Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 449 Bytes

File metadata and controls

8 lines (8 loc) · 449 Bytes

Getting Started

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