Skip to content

DFanso/LMS_api

Repository files navigation

LMS API

This is the API for the Learning Management System (LMS).

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

SECRET_KEY= <Your_Secret_Key>

MONGODB_URI= <Your_MongoDB_URI>

AWS_ACCESS_KEY_ID= <Your_AWS_Access_Key_ID>

AWS_SECRET_ACCESS_KEY= <Your_AWS_Secret_Access_Key>

AWS_REGION= <Your_AWS_Region>

AWS_BUCKET_NAME= <Your_AWS_Bucket_Name>

Run Locally

Clone the project

git clone https://github.com/DFanso/LMS_api

Go to the project directory

cd LMS_api 

Install dependencies

npm i

Start the server

nodemon

Public api hosted on http://175.41.169.20:3001/api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published