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:cov
Prospec backend challenge is MIT licensed.