Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.57 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.57 KB

CENSUS HOSTING WEBSITE

JavaScript

HTML

CSS

MongoDB

Node.js

Express.js

Deployment

https://census-hosting.herokuapp.com/

Description :

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

Objectives

  • 3 Pages of input {Personal, Professional and Others}
  • Admin Login
  • Structed Data View for Admin
  • Deployment on Heroku

Instructions:

To Deploy on your own machine after downloading the zip.

  1. In packages.json, on line 7:20 , edit out node and change it to nodemon
  2. run npm install
  3. 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.

Sample Image