Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/