Skip to content

Denver, Colorado's organic cafe has a new Daily Soup app. See all featured soups of the day and if they are getting low or out of your favorite. For admins, navigate to the dashboard to update the date and which soup is daily, low, or out.

Notifications You must be signed in to change notification settings

davefrancese/parsley-soup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parsley-soup

  • npm install
  • in client -> npm install
  • in main directory npm run dev

Live site:

Parsley Soup

Walkthrough Video + dashboard

Walkthrough

for database / cookie implementation

  • 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

TODO

  • 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

About

Denver, Colorado's organic cafe has a new Daily Soup app. See all featured soups of the day and if they are getting low or out of your favorite. For admins, navigate to the dashboard to update the date and which soup is daily, low, or out.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published