Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T23:10:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T02:11:47.141Z (almost 2 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: [email protected]
- Password: admin123## License
This project is licensed under The MIT License (MIT).
## Screenshots
![Screenshots](screenshots/screenshot01.png)
![Screenshots](screenshots/screenshot02.png)
![Screenshots](screenshots/screenshot03.png)
![Screenshots](screenshots/screenshot04.png)
![Screenshots](screenshots/screenshot05.png)
![Screenshots](screenshots/screenshot06.png)
![Screenshots](screenshots/screenshot07.png)
![Screenshots](screenshots/screenshot08.png)Developed by
Danilo Meneghel
[email protected]
http://danilomeneghel.github.io/