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

https://github.com/mateuseap/mylist

To Do List app created using Ruby on Rails framework
https://github.com/mateuseap/mylist

Last synced: about 1 year ago
JSON representation

To Do List app created using Ruby on Rails framework

Awesome Lists containing this project

README

          

# MyList
## To-Do List app created using Ruby on Rails framework.

You just need to clone the repository, install the dependencies and then run the two commands below (make sure you are in the `./MyList` folder):

```
bundle install
rails s
```

The server will start running, then you just need to open `htttp://localhost:3000/` and you're ready to test the app!

![listagem_preview](https://i.imgur.com/5iEa8wc.png)