Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbozhik/pass-on
mvp travel delivery web app with ruby on rails
https://github.com/mbozhik/pass-on
bozzhik mvp rails rails-application ruby ruby-app ruby-on-rails tailwindcss
Last synced: 19 days ago
JSON representation
mvp travel delivery web app with ruby on rails
- Host: GitHub
- URL: https://github.com/mbozhik/pass-on
- Owner: mbozhik
- Created: 2023-10-27T15:02:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T01:44:48.000Z (about 1 year ago)
- Last Synced: 2024-11-11T01:06:15.881Z (about 1 month ago)
- Topics: bozzhik, mvp, rails, rails-application, ruby, ruby-app, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage:
- Size: 142 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```ruby
bundle install
``````ruby
rails db:migrate
``````ruby
rails db:seed
``````ruby
bin/dev
```