This is a system dedicated to the management of lawyers, and may take control of customers, processes and schedules.
First clone the repository
git clone git@github.com:Maycon-Rodrigues/lawyer-system.git
git clone https://github.com/Maycon-Rodrigues/lawyer-system.git
This application runs on
- Ruby 2.3.x
- Rails 5.0.0.1
- SQlite3
cd lawyer-system
bundle install
rake db:migrate
rails s
Open http://localhost:3000 on your web browser.