https://github.com/equimper/basic-todolist-railsapi-react-mobx
A basic todolist build with the Rails Api / React and MobX
https://github.com/equimper/basic-todolist-railsapi-react-mobx
Last synced: 8 months ago
JSON representation
A basic todolist build with the Rails Api / React and MobX
- Host: GitHub
- URL: https://github.com/equimper/basic-todolist-railsapi-react-mobx
- Owner: EQuimper
- Created: 2016-08-26T18:33:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T18:53:44.000Z (about 9 years ago)
- Last Synced: 2025-02-24T13:57:00.234Z (8 months ago)
- Language: Ruby
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a test for me to understand how use React and Rails API-only + MobX.
Basic todo list with completed checkbox.
For running:
- Go in the ApiTest folder and run `gem install bundler`
- `bundle install`
- `rails db:create`
- `rails db:seed`
- `rails s`After this go in the folder ApiTestFrontEnd
* `npm i`
* `npm start`You need to have the front end a `localhost:3001` so just `y` when they ask you for a other port