Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 392 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 392 Bytes

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