/auth-snapshot

This repo is a starter project for goal #444

Primary LanguageJavaScript

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