Skip to content

danjelous/mc503-cloud-computing-ex2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Computing

Exercise 2 - "Flea Market"

Master Branch

Represents the deployed settings on Heroku and so does not run locally on your machine. The API index is available under following link.

Develop Branch

For local testing of the endpoints - see Usage.

Usage:

  1. Make sure Postgres is installed on your machine.
  2. Install dependencies - npm install
  3. Run - psql -f fleamarket.sql
  4. Run the development server - npm start

API Documentation

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.

Notes

Base structure of the project cloned from Michael Herman. Checkout: "mjhea0/node-postgres-promises" or the blog post.

About

Cloud Computing Course - Exercise 2, "Flea Market"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages