A MERN application with NextJS and TailwindCSS, which allows user
to manage the birthdays of their friends and family
- Frontend:
NextJs
+TailwindCSS
- Backend:
ExpressJs
+MongoDB
- Clone this repository
git clone https://github.com/soilshubham/SaveDaDay.git
- Change the working directory
cd SaveDaDay
- Install dependencies
cd client
npm install
cd ..
cd server
npm install
-
Adding .env file
a. Change directory to
📁server
cd server
b. Create a file with the name
.env
c. Paste the following content inside the file
MONGODB_URI = <Your MongoDB connection URI> JWT_SECRET_KEY = <Your JWT secret key> PORT = 5000
-
Run the backend server
cd server
npm run dev
- Run the frontend server
cd client
npm run dev
🌟 You are all set!
Sahil Shubham |