The project is about grouping hours spent on different courses at the University with a mobile web app
- The user logs into the app by typing the user name
- The user is presented with a profile page that includes links to:
- All my teachers
- All my external teachers
- All courses
- A login user can only see the list of teachers he created and he can create, update and delete a teacher
- A login user can see all the courses and he can associate a teacher to a course
- A login user can create a course and can only delete and update the course he created
- In all my teachers' page, the list of teachers associated with a course is displayed with the image of the course for each teacher
- In all my external teachers a list of teachers that are not associated with any course is displayed
- Ruby
- Ruby on rails
- bootstrap 4
- Get ruby latest version installed
- Get ruby on rails latest version installed
- Get postgresql installed
- Clone the repository on your local machine
- cd into the folder
- run bundle install
- run rails db:migrate
- run rails server
- Install VSCode or any code editor you like
- Install Ruby(most recent version)
- Install Ruby on rails
👤 Theophile Kango
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc