Skip to content

CookIt is a platform built to create, edit, view, and update recipes. It utilizes MERN stack with JWT authentication and Framer Motion for enhanced user interface interactions.

Notifications You must be signed in to change notification settings

Shobhit141141/CookitDot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CookitDot

CookIt is a platform built to create, edit, view, and update recipes. It utilizes MERN stack with JWT authentication and Framer Motion for enhanced user interface interactions.

🚀 Demo

Check out CookIt in action: CookItDot

Screenshot 2024-07-10 191755

💻 Built with

Technologies used:

MongoDB Express.js React Node.js JWT Framer Motion

🛠️ Installation Steps:

1. Clone the repo

git clone https://github.com/Shobhit141141/CookitDot.git

Frontend Setup

2. Navigate to frontend dir

cd ./frontend

3. Install dependecies

npm install

4. Setup env variables

VITE_SERVER_URL=http://localhost:5000

5. Run the frontend

npm run dev

Backend Setup

2. Navigate to backend dir

cd ./backend

3. Install dependecies

npm install

4. Setup env variables

MONGO_URI= -your-mono-uri-
PORT=4000
SECRET= -your-jwt-secret-

5. Run the backend

npm run dev

About

CookIt is a platform built to create, edit, view, and update recipes. It utilizes MERN stack with JWT authentication and Framer Motion for enhanced user interface interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published