An open API service indexing awesome lists of open source software.

https://github.com/paradoxinversion/testing-snapshot


https://github.com/paradoxinversion/testing-snapshot

Last synced: 10 months ago
JSON representation

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`