Bornday is an app to store the birthdays of friends and families and get notified a day before it.
- User Authentication: Users can log in and register.
- Bornday Management: Users can add, edit, and delete birthdays.
- Notification System: Users get a notification on upcoming birthdays.
- Clone the repository:
git clone https://github.com/midhunk0/bornday.git
- Navigate to the project directory:
cd bornday - Install client dependencies:
cd client npm install - Install server dependencies:
cd ../server npm install
- Start the backend server:
cd server npm start - Start the frontend development server:
cd ../client npm run dev - Open your browser and navigate to
http://localhost:5173.
- React
- React Router DOM
- React Toastify
- Express
- MongoDB
- Mongoose
This project is licensed under the MIT License.
