Represents the deployed settings on Heroku and so does not run locally on your machine. The API index is available under following link.
For local testing of the endpoints - see Usage.
- Make sure Postgres is installed on your machine.
- Install dependencies -
npm install
- Run -
psql -f fleamarket.sql
- Run the development server -
npm start
To view the API Docs on develop, navigate to /api-docs/
to view the Swagger generated documentation.
On master, the Doc is availabe under this link.
Base structure of the project cloned from Michael Herman. Checkout: "mjhea0/node-postgres-promises" or the blog post.