This repository includes the Ruby on Rails Server And Web part of Calendar application.
To-dos on Sprint 1
- Rails server setup
- Database creation
- Main page designing in web
- Android Interface and functionality design
- Heroku push of initial works
Sprint 2
- Search properties on Ruby on Rails server
- Search properties on Android part
- Database connection of Android part
- Notification set on Android part
- List, delete and edit functions of Android part
Heroku Link: http://fathomless-brook-45661.herokuapp.com/
| As a user, I want to be able to create appointments on my browser. | Sprint 1 |
| As a user, I want to be able to create appointments on my mobile phone. | Sprint 1 |
| As a user, I want to be able to view the calendar and appointments on my browser. | Sprint 2 |
| As a user, I want to be able to view the calender and appointments on my mobile phone. | Sprint 2 |
| As a user, I want to be able to view created appointments on my browser. | Sprint 2 |
| As a user, I want to be able to view created appointments on my mobile phone. | Sprint 2 |
| As a user, I want to be able to delete created appointments on my browser. | Sprint 2 |
| As a user, I want to be able to delete created appointments on my mobile phone. | Sprint 2 |
| As a user, I want to be able to change dates or details of created appointments on my browser. | Sprint 2 |
| As a user, I want to be able to change dates or details of created appointments on my mobile phone. | Sprint 2 |
| As a user, I want to be able to search my appointments with a keyword so that I can find an appointment easily on my browser. | Sprint 2 |
| As a user, I want to be able to search my appointments with a keyword so that I can find an appointment easily on my mobile phone. | Sprint 2 |
| As a user, I want to be able to get notifications when appointments approach from my mobile phone. | Sprint 2 |
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
* RUBY VERSION
2.3.3
* SYSTEM DEPENDENCIES
Having web browser
* CONFIGURATION
Open : https://github.com/Lime-Bil495/RubyOnRailsServerAndWeb
Then on click heroku link which is in README.md
* DATABASE
Sqlite3
* HOW TO RUN THE TEST SUITE
Install required programs.
Open terminal and enter commands which are down below.
- git clone https://github.com/Lime-Bil495/RubyOnRailsServerAndWeb
- cd RubyOnRailsServerAndWeb
- rails server
Open your web browser
Enter your localhost link (ex: localhost:3000)
* SERVICES
Ruby On Rails
* Heroku
Open terminal and go to folder of project
Enter the commands which are down below
- heroku login
- heroku create
- git push heroku master
- heroku ps:scale web=1
- heroku run rails console
- heroku run rake db:migrate