Eventlite Backend Ruby on Rails App
July 22, 2020 ยท View on GitHub
This is an Eventbrite clone, built as part of The Complete React on Rails course on Learnetto by Hrishi Mittal.
This app provides a full-stack Rails app and the backend Rails API for the frontend React user interface.
How to run
First, install all the gems:
$ bundle
Set up the database:
$ rake db:migrate
Start the Rails server on port 3000.
$ rails start