Skip to content

Say Cheese allows a user to register and login to their account where they can create a secret recipe, only visible to them! They also have an option to share their recipe to the entire users!

bhuma08/account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Say Cheese: Individual Project

Say Cheese allows a user to register and login to their account where they can create a secret recipe! This recipe is only visible to them. However, they do have an option to share their recipe to the entire users!


Using React + Redux, JWT tokens for user authentication and protected routes. Express framework is used for the backend application, alongside PostgreSQL to store data.


SayCheese1


Set Up

Fork and clone this repo.
cd into server folder cd server
Install npm install
Start running the backend npm start in localhost:3000

Open a new terminal
cd into client folder
Install npm install
Start running the frontend npm start in localhost:8000

About

Say Cheese allows a user to register and login to their account where they can create a secret recipe, only visible to them! They also have an option to share their recipe to the entire users!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published