Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 773 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 773 Bytes

Elite Grub

Best way to learn more about a restaurant

Related Projects

Main Repo

Reviews

Instructions

  1. Fork Repo and clone repo in your system
  2. npm install install all dependencies
  3. ONLY COMPLETE THIS STEP IF YOU HAVE POSTGRESQL INSTALLED
  4. In your ternminal createdb picturemodal this will create the database in PostgreSQL
  5. Create a config.file.js file you can use the example template
  6. Update your PostgreSQL username and password
  7. npm start to start the server
  8. npm run seed to create the 100 sample data

Usage

Usage instructions

Requirements

PostgreSQL

Development