Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnetto/eventlite
Backend Eventlite app for Learnetto React on Rails course
https://github.com/learnetto/eventlite
rails react react-hooks react-rails react-router ruby-on-rails
Last synced: 3 months ago
JSON representation
Backend Eventlite app for Learnetto React on Rails course
- Host: GitHub
- URL: https://github.com/learnetto/eventlite
- Owner: learnetto
- Created: 2020-07-22T21:39:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T10:10:52.000Z (over 4 years ago)
- Last Synced: 2024-05-28T01:05:34.165Z (6 months ago)
- Topics: rails, react, react-hooks, react-rails, react-router, ruby-on-rails
- Language: Ruby
- Homepage: https://learnetto.com/users/hrishio/courses/react-rails-course
- Size: 190 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - eventlite - Eventbrite clone 🔥 ✅ 🚀 (Happy Exploring 🤘)
README
# Eventlite Backend Ruby on Rails App
This is an Eventbrite clone, built as part of [The Complete React on Rails course](https://learnetto.com/users/hrishio/courses/react-rails-course) on [Learnetto](https://learnetto.com) by Hrishi Mittal.
This app provides a full-stack Rails app and the backend Rails API for the [frontend React user interface](https://github.com/learnetto/eventlite-frontend).
## 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
```