Skip to content

A class management app built with NodeJS + Typescript to manage class, student, and instructor.

Notifications You must be signed in to change notification settings

daanielsharon/node-class-management

Repository files navigation

How to run server:

  1. Run docker or install if you do not have one
  2. Clone the repository
  3. Create mongodb container with make mongodbinit
  4. Run server with npm start

How to test server:

  1. Run docker or install if you do not have one
  2. Clone the repository
  3. Create mongodb container with make mongodbinit or if you have done this previously, you may skip this one
  4. Test with test runner or npm test

Notes:

Stop docker container using make mongodbstop

About

A class management app built with NodeJS + Typescript to manage class, student, and instructor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published