A progressive Node.js framework for building efficient and scalable server-side applications.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod-
Base_URL: http://52.78.130.222/api
input:
{
"userId":string,
"pw":string
}
output: Userinput:
{
"userId":string,
"courseId":string
}
output: Userinput:
{
"userId":string,
"courseId":string
}
output: Userinput:
{
"label":string,
"value":string
}
output: CourseReturn[]input:
{
"data":string,
}
output: CourseReturn[]input:
{
"course":Course
}
output: CourseReturn[]input:
{
"courseId":string,
}
output: CourseReturn[]input: x
output: periodinput:
{
"period":{
"start":Date,
"end":Date
}
}
output: period# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covNest is MIT licensed.