/gotalk

Primary LanguageRuby

GoTalk

Logo

Ruby on Rails & React Project

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

GoTalk! is an application thought as an online language tutoring scheduler. Teachers will be able to sign in an offer their rates while the users can sign into the site and book their favorite teachers.

Deployment

Clone the respository and run the following commands to run a local server.

Install all the dependencies with:

bundle install
yarn

Run the application with:

rails db:migrate
rails db:seed
rails s

The test can be run with:

yarn jest
bundle exec rspec

Built With

Contact