This app allows you to register user information that is displayed in a view after submit is clicked. The data is stored in MongoDB.
- Install Modules run:
npm install - Start Mongo Server run:
mongod - In new terminal window start node server run:
node app - Go to your browser and open localhost:3000
- Enjoy!