Makers Academy - Week 11 & 12 Group Project
A tutoring web application built using Ruby on Rails backend with JavaScript frontend, essentially 2 separate applications - backend, frontend. This app allows users to customise profiles and seek out learners and tutors across the globe with similar educational interests.
Demo_trimmed.mov
- Ruby
- Rails
- API testing - Rspec, Insomnia
- PostgreSQL
$ git clone https://github.com/jen0828/tutoroom_be.git
$ cd tutoroom_be$ bundle install
$ bin/rails db:create
$ bin/rails db:migrate
$ rails s -p 3001 # Start the server at localhost:3001$ rspec