If you always forgot to wish your friends and families their birthday then use this app to always keep a record of all birthday.
- Run this command in the root folder
npm install
- Navigate to frontend folder
cd frontend
- Run
npm install
in this folder - Navigate to backend folder by
cd .. & cd BirthdayBash-Backend
- Run
npm install
in this folder - Navigate to root folder by typing
cd ..
- Run
npm run birthday
to start the application.