Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tinusw/clientlog
- Owner: Tinusw
- Created: 2018-02-13T22:31:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T19:28:29.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T05:06:34.156Z (about 2 months ago)
- Language: Ruby
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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