Ruby on Rails & React Project
View Demo
·
Report Bug
·
Request Feature
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.
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