/questionnaire-backend

A Questionnaire API using Node, Express and MongoDB.

Primary LanguageJavaScript

Questionnaire application backend.

A Questionnaire API using Node, Express and MongoDB.

How to run the application

  • Clone the repo https://github.com/ronaldndirangu/questionnaire-backend.git
  • Install the dependencies using the command $yarn install
  • Set up the env variables in a .env file in the root dir by setting the SECRET_KEY and DB_URL(Url to mongoDB) variables.
  • Then start the app using yarn start