https://github.com/paradoxinversion/testing-snapshot
https://github.com/paradoxinversion/testing-snapshot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradoxinversion/testing-snapshot
- Owner: paradoxinversion
- Created: 2017-11-07T18:43:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T18:44:07.000Z (over 8 years ago)
- Last Synced: 2025-01-20T05:49:57.025Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts Snapshot starter project
## Dev Setup
1. Create your database: `createdb contacts_development`
1. Load your database with the schema: `npm run load_schema`
1. Install your dependencies: `npm install`
1. Run the server: `nodemon`