Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.21 KB

File metadata and controls

47 lines (34 loc) · 1.21 KB

Running this project locally

Dependencies & Environment Files

To run this project locally, you will need the following dependencies/environment files:

Running the project locally

To run this project locally, you will run the following commands:

# Ensure you have the most recent node_modules installed (may or may not update package* files)
npm i
# Rebuilds the mock MongoDB server from scratch, and hosts on port 8081
docker compose up --build
# Starts hosting the Next.js app on port 3000
npm run dev

To stop running this project locally, run the following commands:

# Stops the containers that were spun up from docker compose up --build
docker compose down
# Stop the Next.js app
CTRL + c

Author

Peter Wan Aryan Khurana