https://census-hosting.herokuapp.com/
The home page of census website is shared in mass , users respond with their data. Admins with their passwords and usernames are able to log in and view the data in some form
- 3 Pages of input {Personal, Professional and Others}
- Admin Login
- Structed Data View for Admin
- Deployment on Heroku
To Deploy on your own machine after downloading the zip.
- In packages.json, on line 7:20 , edit out node and change it to nodemon
- run npm install
- Edit the variables in config.env
- PORT alters location of local server which will run on localhost:$PORT$
- MONGO_URI is the location of your database on mongoATLAS.