Backend part for the studentconnect HKR you can start by regestring your self to our database.
Ensure to have .env file with connection URI for the MongoDB and list down the port you have used as well as the JASON WEB TOKEN(JWT) in the following .env file
BELOW you can find the instructions to run the backend
Clone the project (Github CLI)
gh repo clone HKR-StudentConnect/BackendGo to the project directory
cd BackendInstall dependencies
npm installCreate .env file in the root folder:
PORT=5000Start the server
npm run start