Skip to content

CS3219-AY2526Sem1/cs3219-ay2526s1-project-g27

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

CS3219 project: PeerPrep

User Service

Quick Start

  1. In the user-service directory, create a copy of the .env.sample file and name it .env.
  2. Create a MongoDB Atlas Cluster and obtain the connection string.
  3. Add the connection string to the .env file under the variable DB_CLOUD_URI.
  4. Ensure you are in the user-service directory, then install project dependencies with npm install.
  5. Start the User Service with npm start or npm run dev.
  6. If the server starts successfully, you will see a "User service server listening on ..." message.

Complete User Service Guide: User Service Guide

About

nus-cs3219-ay2526s1-cs3219-ay2526s1-project-project-template created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%