A online Survey App that let users to create survey according to their needs which is easy to use and are free
Clone the project using command
git clone https://github.com/Ahtaxam/surveyapp_backend.gitGo to the project directory
cd surveyapp_backendInstall dependencies using command
npm installTo run this project, you will need to add the following environment variables to your .env file. That is also mentioned in .env.example file with dummy values
First create your own .env file. Then
Create variable JWTPRIVATEKEY. give its own key
Create variable DBURL and place your link against it after creating account on mongodb atlas
Start server by using command
npm run startThe development server would start running on localhost:8000
Ahtasham ali https://github.com/Ahtaxam