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
- Host: GitHub
- URL: https://github.com/mateuseap/mylist
- Owner: mateuseap
- Created: 2022-01-09T22:06:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T00:55:31.000Z (over 4 years ago)
- Last Synced: 2025-02-12T03:51:30.432Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 6.06 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
