A Questionnaire API using Node, Express and MongoDB.
- 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
.envfile in the root dir by setting theSECRET_KEYandDB_URL(Url to mongoDB) variables. - Then start the app using
yarn start