A group project for the Bitcoin team
https://pizzashop-dev.herokuapp.com/
https://miro.com/app/board/uXjVObAhp-U=/
- Make an order of pizza
- Change the status of pizza orders
- Delete an existing order
- Create tests
- Clone the dev branch
- Run
npm i - Run
npm knex migrate:latest - Run
npm knex seed:run - Run
npm run devto start the server - Go to http://localhost:3000 to see if the app is running properly
- Make a new branch named after your name
- Make changes
- Commit the changes and push to your named branch
- Make a pull request from your named branch to the dev branch
- Run
npm test
- Testing will be done on the dev branch
- After all the tests pass, it will be deployed to the Heroku server
- After the development finished, the dev branch will be merged to the main branch
