A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Prospec is a backend challenge repository.
please go to http://localhost:3000/api and try.
$ yarn# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:covProspec backend challenge is MIT licensed.