A backend API built to store and dispatch data to the frontend UI
- User can keep track the number of hours spent studying
- User can identify if time spent studying is less or more than his target
- Add more functionalities
- Ruby
- Ruby on Rails API
- Heroku
- Postgresql
- Rspec
To get a local copy up and running follow these simple example steps.
git clone https://github.com/Godswilly/study-tracker.git
cd study_tracker
bundle install
rails db:create
rails db:migrate
rails s
- Ruby v2.7.0
- Heroku
- Rails v6.0.3
- run
rspec
heroku create
git push heroku master
heroku run rake db:migrate
heroku open
👤 Kalu Agu Kalu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Give and ⭐️ if you like this project!
This project is Apache licensed.