Skip to content

API REST para a UC de Integração de Sistemas Informáticos - IPCA 2022/2023

Notifications You must be signed in to change notification settings

diogorocha1999/L4U-API-REST

 
 

Repository files navigation

Contributors Forks Issues License LinkedIn


Logo

L4U - Lockers for You

Trabalho Prático 2 de ISI - Grupo 16 - LESI-IPCA

Sérgio Lopes - 8390
Diogo Rocha - 18855
Sérgio Ribeiro - 18858

Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project



O L4U é um serviço de entrega de encomendas através de cacifos temporários providenciando uma alternativa à recepção na própria residência. Pretendemos desenvolver uma API que registre informação dos utilizadores que necessitam do serviço, das encomendas e da gestão geral do serviço.

What our API will do:

  • Your time should be focused on creating something amazing. A project that solves a problem and helps others
  • You shouldn't be doing the same tasks over and over like creating a README from scratch
  • You should implement DRY principles to the rest of your life 😄

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Visual Studio
  • C#
  • .Net
  • MicrosoftSQLServer
  • Postman
  • Swagger
  • Jest
  • Azure
  • Google Drive
  • Discord
  • GitHub

Vamos Usar neste trabalho a Arquictetura de .Net 3 Tier. Desta Forma, Three-layer architecture is dividing the project into three layers that are User interface layer, business layer and data(database) layer where we separate UI, logic, and data in three divisions. Suppose the user wants to change the UI from windows to the phone than he has to only make change in UI layer, other layers are not affected by this change. Similarly, if the user wants to change the database then he has to only make a change in the data layer, rest everything remains the same.

https://www.geeksforgeeks.org/what-is-net-3-tier-architecture/

(back to top)

Getting Started

This are the instructions on setting up the project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Here are the Pre-requisites for the API:

  • Free will
    Free Will and clear mind

Installation

Below is an instruct on installing and setting up your app.

  1. Clone the repo
    git clone https://github.com/L0pesi/L4U-API-REST.git
  2. Install
    install
    

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Build a README.md
  • Add a documentation API
  • Add "components" document to easily copy & paste sections of the readme
  • Multi-language Support
    • Portuguese

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the IPCA License. See LICENSE.txt for more information.

(back to top)

Contact

Our Team

github Sérgio Lopes gmail
github Diogo Rocha gmail
github Sérgio Ribeiro gmail

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

API REST para a UC de Integração de Sistemas Informáticos - IPCA 2022/2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%