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
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 😄
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.
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/
This are the instructions on setting up the project locally. To get a local copy up and running follow these simple example steps.
Here are the Pre-requisites for the API:
- Free will
Free Will and clear mind
Below is an instruct on installing and setting up your app.
- Clone the repo
git clone https://github.com/L0pesi/L4U-API-REST.git
- Install
install
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
- 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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the IPCA License. See LICENSE.txt for more information.
Our Team
Sérgio Lopes
Diogo Rocha
Sérgio Ribeiro
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!