Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Backend Eventlite app for Learnetto React on Rails course

Awesome Lists containing this project

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
```