Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 429 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 429 Bytes

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