This is the backend implementation of the ASOS Birthday Tracker application. This project aims at keeping track of the date of birth of ASOS Class of 2013 and reminding the Whatsapp admins of whose birthday it is to be celebrated everyday.
Client
Server
- Rails
Database
- Members of Class'13 can register and Add their birthdays
- Admin gets notified whenever it is someone's birthday
- Users can edit their date of births
To get a local copy up and running, follow these steps.
Make sure you have Git
and Ruby
installed
gem install rails
Install the project using this command:
rails db:create
rails db:migrate
rails db:seed
Run in terminal:
EDITOR=code rails credentials:edit
This command will create a new master.key and credentials.yml.enc if they do not exist.
bundle install
Run project using this command:
rails s
Run tests using this command:
rake rswag
- GitHub: @kendoriddy
- Twitter: @RideOnOne09
- LinkedIn: Kehinde Ridwan Onifade
- Rspec tests
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.