/minim1Back

Primary LanguageTypeScript

#Minim 1 BackEnd

Table of Contents

Models

StudentService schema
SubjectService schema
Routes
Method EndPoint Description
GET /subjects/get Get all the subjects

Installation

To install all node modules:

npm i

Compile Typescript:

tsc

Run project

nodemon app.js

For a script that executes both commands:

npm run tsc

MongoDB is required to be running

mongod