/youpizza

Web Application for a Fake Pizzeria called You Pizza, using ReactJS and NodeJS

Primary LanguageJavaScript

DevRadar

Fake Web Aplication created for Code Test

Repository size GitHub last commit License

Tecnologies   |    Project   |    Requirements   |    BackEnd   |    Front-End-Web   |    How to contribute   |    Licença


Links to the system:

Tecnologies

This project was made with this main tecnologies:

Project

YouPizza it's a fake pizzeria which needed a little bit help with some orders.

Requirements

Clone the repository

BackEnd

  • 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;

Front-End-Web

  • Before run front-end server remember to start backend first;
  • Run yarn to install de dependencies;
  • Run yarn start to begin;

How to contribute

  • 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.

License

This project is under the MIT license. See the archive LICENSE for more details.


Made by Caique Roschel