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

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

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