Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Backend API code for the LMS Front End Repo

License

NotificationsYou must be signed in to change notification settings

omob/LMS-Backend-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains the backend API code for theLMS Front end Application

Configuration

Create adevelopment.json file under the./app/config directory. Populate the json file like so:

{    "host" : "http://localhost:3000",    "dbURI": "<YOUR MONGODB URL>" #mongodb://<dbuser>:<dbpassword>@ds113736.mlab.com:13736/erp,    "sessionSecret": "f31f2f4e88b1f4c29a4542671b247f9b",    "tokenExpire": 5300,    "port": 3000,    "domain": "<Your preferred domain>"#unilag.edu.ng}

Installation

$cd lms-backend-api$ npm install$ npm run start

Database collections for dev setup

https://1drv.ms/f/c/7cc8e33facc085db/EtuFwKw_48gggHzJFAAAAAABLvhv13JGfX97f0sF6zVhWA?e=vvsCpK

Live Demo

SOME API PATHS

/api/courses

/api/departments

/api/faculty

/api/programmes

/applicant/register

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp