https://github.com/danilomeneghel/crud-ruby-rails
CRUD Complete - Ruby on Rails
https://github.com/danilomeneghel/crud-ruby-rails
bootstrap css js rails ruby scss sqlite
Last synced: 11 months ago
JSON representation
CRUD Complete - Ruby on Rails
- Host: GitHub
- URL: https://github.com/danilomeneghel/crud-ruby-rails
- Owner: danilomeneghel
- License: mit
- Created: 2018-10-02T03:43:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T23:10:46.000Z (over 3 years ago)
- Last Synced: 2023-03-09T02:11:47.141Z (over 3 years ago)
- Topics: bootstrap, css, js, rails, ruby, scss, sqlite
- Language: Ruby
- Homepage: https://crud-ruby-rails.herokuapp.com/
- Size: 2.29 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Office
Project of an CRUD developed with Rails.
## Features
- CRUD
- MVC
- Active Record
- Login
- Search
- Sort Column
- Paginate
- Routes
- Migrate
## Requirements
- Ruby >= 2.3.3
- Rails >= 5.1.6
- SQLite >= 3
## Tecnologies
- Ruby
- Rails
- CSS and SCSS
- JS
- Bootstrap
- SQLite
## Installation
```
$ git clone https://github.com/danilomeneghel/ruby_on_rails.git
$ cd ruby_on_rails
$ gem install rake
$ gem install bundler && bundle install
$ rake db:migrate
```
After everything is done, run the project:
```
$ rails server
```
Finally open http://localhost:3000/ in your browser.
## Create new modules
```
$ rails g scaffold name_module field:type
```
## Routes
http://localhost:3000/rails/info/routes
## Demonstration
You can see the system working by clicking the link below:
https://crud-ruby-rails.herokuapp.com/
- Login:
- Email: admin@admin.com
- Password: admin123
## License
This project is licensed under The MIT License (MIT).
## Screenshots








Developed by
Danilo Meneghel
danilo.meneghel@gmail.com
http://danilomeneghel.github.io/