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: User
input:
{
"userId":string,
"courseId":string
}
output: User
input:
{
"userId":string,
"courseId":string
}
output: User
input:
{
"label":string,
"value":string
}
output: CourseReturn[]
input:
{
"data":string,
}
output: CourseReturn[]
input:
{
"course":Course
}
output: CourseReturn[]
input:
{
"courseId":string,
}
output: CourseReturn[]
input: x
output: period
input:
{
"period":{
"start":Date,
"end":Date
}
}
output: period
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is MIT licensed.