- npm install
- in client -> npm install
- in main directory npm run dev
- setup an MLab account at mlab.com
- create a db and a user for the db
- set mongoURI in file with a cookieKey
module.exports = {
cookieKey: "someRandomNumbersAndLettersHere",
mongoURI:
"mongodb://<YOURMLABUSERNAME:[email protected]:xxxxx/yourdatabasename"
};
- save file in a directory called config and name the file dev.js
- Rerender soupList component after updating soup action
- Update Date action to put event.target in database -> Rerender
- Date Validation
- Finish styling
- "Parsley Soups" as title
- Give a unique favicon
- Remove link to dashboard
- Rename dashboard path
- Redeploy