Skip to content

A pet shop management application developed as part of the Super Full Stack Bootcamp

Notifications You must be signed in to change notification settings

osmarluz/pet-admin

Repository files navigation

Pet Admin

This is the repository for a Ruby on Rails application that creates a pet shop management system using the FAE gem.

ruby rails

Development Setup

1. Build the containers

docker-compose build

2. Create the database on the container

docker-compose run --rm app bundle exec rails db:create

3. Run the database migrations on the container

docker-compose run --rm app bundle exec rails db:migrate

4. Start the containers

docker-compose up

Meta

Osmar Luz – osmar.luz@gmail.com

https://github.com/osmarluz

Contributing

  1. Fork it (https://github.com/osmarluz/pet-admin)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

A pet shop management application developed as part of the Super Full Stack Bootcamp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published