Inspiration
N/A
What it does
It accepts input from a user through POST, PUT, GET, and DELETE requests. It is able to create a schedule for students that pairs them up with an available tutor during the time slots they are free.
How we built it
I used a RESTful style API using Spring Boot to create a back-end program for a tutoring website. It has three layers: the API layer, the Service layer, and the Data Access layer.
Challenges we ran into
Dumb mistakes such as comparing strings using == instead of .equals(), Bugs in implementation
Accomplishments that we're proud of
It works! And I learned a lot along the way
What we learned
How to use Spring Boot, debugging DAO implementations
What's next for Online Tutoring Website
I will try to streamline the effectiveness of the matching process to ensure that tutors' time slots are best allocated
Log in or sign up for Devpost to join the conversation.