- Install Docker
- Clone this repository
- (Optional) Install MongoDb Compass So we can see things getting saved to the MongoDB cluster on your local
- Create a .env file and add a connection string for your local
DATABASE_CONNECTION=mongodb://mongo:27017/student
- Run
docker-compose build
- Run
docker-compose up