Skip to content

Bornday is an app to store the birthdays of friends and families and get notified a day before it.

Notifications You must be signed in to change notification settings

midhunk0/bornday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bornday

bornday

Bornday is an app to store the birthdays of friends and families and get notified a day before it.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/midhunk0/bornday.git
  2. Navigate to the project directory:
    cd bornday
  3. Install client dependencies:
    cd client
    npm install
  4. Install server dependencies:
    cd ../server
    npm install

Usage

  1. Start the backend server:
    cd server
    npm start
  2. Start the frontend development server:
    cd ../client
    npm run dev
  3. Open your browser and navigate to http://localhost:5173.

Dependencies

  • React
  • React Router DOM
  • React Toastify
  • Express
  • MongoDB
  • Mongoose

License

This project is licensed under the MIT License.

About

Bornday is an app to store the birthdays of friends and families and get notified a day before it.

Topics

Resources

Stars

Watchers

Forks