Pizza Restaurant is an API that provides a pizza restaurant with the ability to create, read, update and delete customer profiles and pizza orders. This project is made with Node.js, Express and PostgreSQL.
To get a development copy running on your local machine, follow the instructions below!
You will need to install Node, Node Package Manager, PostgreSQL.
- Fork and clone into this repository.
- After moving into the repository, type
npm installto get all required packages. - Next, you will need to set up your database with the following scripts:
npm run db:create,npm run db:schema,npm run db:seed - Finally, run
npm startto start the server ornpm run start:devto run the server with nodemon.
- James McCormack - Framinus
- Alex Waite - Alexandrawaite
This project is licensed under the MIT License
- Thanks to Rachel for her awesome input on our data modeling.