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.
Check out CookIt in action: CookItDot
Technologies used:
1. Clone the repo
git clone https://github.com/Shobhit141141/CookitDot.git
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
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