This app presents users with cards containing possible baby names. Users can rank the names on a scale of 1-10, view the breakdown of their ratings and view name details on a ratings page, and link their account with other users who can all see each others ratings.
- Express
- React
- MongoDB/Mongoose
- Multer
- SendGrid
live on Heroku: https://nominfans.herokuapp.com/
- Clone the repo
cdinto the project folder in your terminal- Enter
npm install - In one terminal window, enter
node serverto start the back end - In another terminal window, enter
npm startto start the front end.
N.B. You will have to provide your own jwt secret and email credentials to run locally



