Best way to learn more about a restaurant
Main Repo
Reviews
- Fork Repo and clone repo in your system
npm install
install all dependencies- ONLY COMPLETE THIS STEP IF YOU HAVE POSTGRESQL INSTALLED
- In your ternminal
createdb picturemodal
this will create the database in PostgreSQL - Create a
config.file.js
file you can use the example template - Update your PostgreSQL username and password
npm start
to start the servernpm run seed
to create the 100 sample data
Usage instructions
PostgreSQL