Skip to content

uomlms/courses

Repository files navigation

TypeScript MongoDB

Course Service

Courses service includes all the logic about courses, assignments and submissions.

Bugs, Feature Requests and Contributing

We'd love to see community contributions. We like to keep it simple and use Github issues to track bugs and feature requests and pull requests to manage contributions.

API Spec

Checkout the API Spec here.

Quickstart

Using Docker Compose

Dependencies
$ git clone https://github.com/uomlms/courses.git
$ cd courses
$ docker-compose up

Navigate to http://localhost:3000
Service Documentation: http://localhost:3000/api/courses/docs

Test

Jest Testing framework used for testing the authentication service.

$ git clone https://github.com/uomlms/courses.git
$ cd courses
$ npm install
$ npm run test

Authors

License

License

About

Couses service includes all the business logic about courses and assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages