https://learntocodewithus.herokuapp.com/
Struggling as a programming student?
You are not alone - Codech with me can help you in your journey of mastering different programming languages.
We have a pool of experienced tutors who love programming and have a passion to coach. You are now one step closer to being the programmer you have always dreamt to be!
Register (if you have not yet done so), select a tutor according to your programming language and book a lesson.
Leadership and learning are indispensable to each other.John F. Kennedy
- Users can search for tutors and their timings based on the languages available (based on what the teachers have offered) 2. Users can sign up as a tutor nd post their available lesson time - which is really tuition time 3. Tutors can set, edit and delete lessons that they make - but once it is booked neither student nor tutor can delete it. 4. Users can book lessons from tutors and make payment 5. Email will be sent to both tutor and student to confirm the booking 6. Users, both students and tutors, can view their bookings through the bookings page 7. Both can also track which bookings are upcoming and which are completed. We based the completion status on the date time - if it has passed, it is considered done.
These wireframes are subject to changes.
- Feature: For tutors to able to delete their account when the have no active bookings. Currently they are not able if they have any bookings at all.
- Users can rate and give Testimonials to Tutors
- Users will receive reminder emails for the lessons booked.
- Fork and clone this repo
bundle install
- Set up Stripe API (sign up and input the keys to you .env file)
- Add your email account username and password in .env file
rails db:create
rails db:migrate
rails s