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
📁servercd serverb. Create a file with the name
.envc. 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 |
