Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinusw/clientlog

A CRUD application using React and Rails 5 in API mode
https://github.com/tinusw/clientlog

Last synced: 10 days ago
JSON representation

A CRUD application using React and Rails 5 in API mode

Awesome Lists containing this project

README

        

### What is this?

- A two part application with a Rails 5 backend in API only mode
- A react frontend application bootstrapped with create-react-app

## Setup

### Frontend

- `cd` into frontend and run `npm install`
- use `npm start` and the port of your choice

### Backend
- `cd` into backedn and run `bundle install`
- use `rails s -p 3001` to start the backend on port 3001