A webappp that is aimed towards creating govt. surveys and manage complaints from user's side
- manage user
- add family members
- create, delete, view surveys and responses
- respond to surveys
- generate response reports
- create and view status of complaints
- provide resolution to complaints
- node and npm
- mongodb atlas account
- tmux (optional)
cd client && npm install
cd ../server && npm install
Rename the .env_sample
file in both client and server to .env
and fill in the following
TOKEN_SECRET
: A string of random characters to create the tokens
DB_URI
: Database connection string from mongodb atlas
PORT
: Server Port ( eg: 5000)
REACT_APP_URL
: Endpoint to the server (http://localhost:5000)
cd server
npm run dev
if you have tmux in the system you can also run
chmod u+x run.sh
./run.sh