Skip to content

An application that notifies you about the birthdays of your loved ones. Backend built using spring-boot and frontend using react.

Notifications You must be signed in to change notification settings

Aditya-Mankar/Birthday-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthday-Notifier

Overview

  • An application that notifies you about the birthdays of your loved ones.
  • Just add the name, birthdate and number of days before you would like to be reminded before.
  • You will be sent an notification on your email address that you registered with.

Check out the Live Demo

Demo

Demo

Architecture

architecture

Stack

  • Frontend

React Typescript Redux Styled Components

  • Backend

Spring Boot Java Spring Security JWT MySQL

  • Deployment

AWS

  • Testing

Junit5

Code structure

.
├── frontend/
│   ├── public
│   └── src/
│       ├── components
│       ├── pages
│       ├── redux/
│       │   ├── actions
│       │   ├── constants
│       │   └── reducers
│       ├── styles
│       └── utility
├── src/
│   ├── main/
│   │   ├── java/
│   │   │   └── com/
│   │   │       └── birthdaynotifier/
│   │   │           ├── configuration
│   │   │           ├── constant
│   │   │           ├── controller
│   │   │           ├── exception
│   │   │           ├── filter
│   │   │           ├── mapper
│   │   │           ├── model
│   │   │           ├── repository
│   │   │           ├── service
│   │   │           └── utility
│   │   └── resources/
│   │       └── templates
│   └── test/
│       └── java/
│           └── com/
│               └── birthdaynotifier/
│                   └── repository
├── pom.xml
└── README.md

About

An application that notifies you about the birthdays of your loved ones. Backend built using spring-boot and frontend using react.

Topics

Resources

Stars

Watchers

Forks