Tecnologies | Project | Requirements | BackEnd | Front-End-Web | How to contribute | Licença
Links to the system:
This project was made with this main tecnologies:
YouPizza it's a fake pizzeria which needed a little bit help with some orders.
Clone the repository
- Enter on server folder from main;
- Run
yarn
to install de dependencies; - Run
yarn sequelize db:migrate
to create tables for your Sqlite databases; - Run
yarn sequelize db:seed:all
to populate with necessary data; - Run
yarn backend
to start;
- Before run front-end server remember to start backend first;
- Run
yarn
to install de dependencies; - Run
yarn start
to begin;
- Do it a fork from this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Do commits of your Changes:
git commit -m 'feat: My new feature'
; - Do it a push for your branch:
git push origin my-feature
.
After the merge of your pull request will have done, You can delete your branch.
This project is under the MIT license. See the archive LICENSE for more details.
Made by Caique Roschel