Skip to content

horoeka-2021/pizzashop

Repository files navigation

pizzashop

A group project for the Bitcoin team

Deployment on Heroku

https://pizzashop-dev.herokuapp.com/

Software design in Miro

https://miro.com/app/board/uXjVObAhp-U=/

Main features

  1. Make an order of pizza
  2. Change the status of pizza orders

Stretches

  1. Delete an existing order
  2. Create tests

Development guide

  1. Clone the dev branch
  2. Run npm i
  3. Run npm knex migrate:latest
  4. Run npm knex seed:run
  5. Run npm run dev to start the server
  6. Go to http://localhost:3000 to see if the app is running properly
  7. Make a new branch named after your name
  8. Make changes
  9. Commit the changes and push to your named branch
  10. Make a pull request from your named branch to the dev branch

Testing

  1. Run npm test

Git workflow and deployment

  1. Testing will be done on the dev branch
  2. After all the tests pass, it will be deployed to the Heroku server
  3. After the development finished, the dev branch will be merged to the main branch

About

A group project for the Bitcoin team

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors