A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# quizGameByLanguageAndTopic
$ http://localhost:3000/pt/Science_and_technology/1
# randomQuestionFromQuizGame
$ http://localhost:3000/pt/random-question
# randomTopicFromQuizGame
$ http://localhost:3000/pt/random-topic
You can contact the:
Nest is MIT licensed.