Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandaoplaster/one-pet-admin
A small administrative system for managing a pet store.
https://github.com/brandaoplaster/one-pet-admin
coffeescript fae-rails ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
A small administrative system for managing a pet store.
- Host: GitHub
- URL: https://github.com/brandaoplaster/one-pet-admin
- Owner: brandaoplaster
- Created: 2019-10-05T15:16:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:24:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T21:32:13.692Z (about 1 month ago)
- Topics: coffeescript, fae-rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One pet admin
A small administrative system for managing a pet store.
With the following features:
* Campaign enabled sending email to customers.
* Campaign Client
* Customer base
* A registration to give discount
* Product Registration
* product sales
* Service Registration
* Supplier Registration## Prerequisites
>You just need have docker-compose installed in your machine.
## Getting Started
>To get the app running, run the following commands:```docker
docker-compose build
docker-compose run --rm app bundle install
docker-compose run --rm app bundle exec rails db:create
docker-compose run --rm app bundle exec rails db:migrate
docker-compose up
```## Built With
* [Ruby on Rails](https://rubyonrails.org/) - Dependency Management
* [Gem Fae](https://github.com/wearefine/fae) - Dependency Management## Authors
* **Lucas Brandão** - [brandaoplaster](https://github.com/brandaoplaster)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details