Skip to content

A MERN application with NextJS and TailwindCSS, which allows user to manage the birthdays of their friends and family.

Notifications You must be signed in to change notification settings

soilshubham/SaveDaDay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SaveDaDay - Birthday Reminder App


A MERN application with NextJS and TailwindCSS, which allows user
to manage the birthdays of their friends and family

💻 Tech Stack

🛠️ Installation Steps

  1. Clone this repository
git clone https://github.com/soilshubham/SaveDaDay.git
  1. Change the working directory
cd SaveDaDay
  1. Install dependencies
cd client
npm install
cd ..
cd server
npm install
  1. 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
    
  2. Run the backend server

cd server
npm run dev
  1. Run the frontend server
cd client
npm run dev

🌟 You are all set!

Snapshots

image

Contributors

Sahil Shubham
Sahil Shubham

About

A MERN application with NextJS and TailwindCSS, which allows user to manage the birthdays of their friends and family.

Topics

Resources

Stars

Watchers

Forks

Languages