Skip to content

A tutoring web application built using Ruby on Rails backend with React/JS frontend

Notifications You must be signed in to change notification settings

jen0828/tutoroom_be

 
 

Repository files navigation

Tutoroom - backend

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

Demo_trimmed.mov

Technologies

  • Ruby
  • Rails
  • API testing - Rspec, Insomnia
  • PostgreSQL

Mockup

See mockup here

Installation

To clone the repo

$ git clone https://github.com/jen0828/tutoroom_be.git
$ cd tutoroom_be

Rails API

$ bundle install
$ bin/rails db:create
$ bin/rails db:migrate
$ rails s -p 3001 # Start the server at localhost:3001

Rspec tests

$ rspec

About

A tutoring web application built using Ruby on Rails backend with React/JS frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.2%
  • HTML 7.2%
  • JavaScript 5.7%
  • CSS 0.9%