Skip to content

CommandShiftHQ/students-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student API demo

A demo from the backend track, putting all the pieces together.

Get started

Ensure you create a .env file in the root of the project, with the following contents (note, it's not normally good practice to put this in a README, but this is a demo 😊):

DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=password

run the following commands to get started

Spin up your database

docker compose up

Install dependencies

npm install

Start the server

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published