Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 242 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 242 Bytes

Contacts Snapshot starter project

Dev Setup

  1. Create your database: createdb contacts_development
  2. Load your database with the schema: npm run load_schema
  3. Install your dependencies: npm install
  4. Run the server: nodemon