-
Project Title: FOOD, FITNESS, FUN, LETS SHARE
- This app allows the user to be able to create an account. Once an account is created the user will have access to a healthy lifestyle forum. Where they can read tips from other members, as well as contribute their own.
Tech Used: HTML5, CSS3, APIs, Javascript, Node.js, mongoDB, Express framework
- Clone repo
- run
npm install
- run
node server.js
- Navigate to
localhost:8080
Modified from Scotch.io's auth tutorial