A administration system to manage many types of business, in this case, was used a Pet Shop Admin like example.
-
Repository
- Github
-
Development
- Ruby On Rails
- Libraries
- Sidekiq
- Fae
- Libraries
- Redis
- PostgreSQL
- Mailcatcher
- Ruby On Rails
-
Environment
- Docker
- Docker-compose
Have Docker installed in your machine
See how to install Docker here
- To see this application working in your machine, clone this project with:
git clone [email protected]:toticavalcanti/petshop_admin.git
- Gems install
To install the gems files run:
docker-compose run --rm app bundle install
- Database creation and make migrations
docker-compose run --rm app bundle exec rake db:create db:migrate
- Build the application
docker-compose build
- Up the application
docker-compose up
- Now, create your first user.
To do it access:
http://localhost:3000/admin/first_user