/postman-demo-api

A place for storing my changes to the demo api

Primary LanguageJavaScriptMIT LicenseMIT

After Cloning

After cloning the repo, make sure to run npm install in the root of the project directory.

Creating the database

From the command line, in the root of the project, run npm run db:create this will create & seed the database.

Running the application

From the command line, in the root of the project, run npm run start:dev this will start the server on port 3000