pet-tracker
Version, currently master branch1 version
- master branchlatestMay 16, 2018
github.com/faustinoaq/pet-tracker
Amber Framework demo for Quick Start guide
5 stars
0 dependents
License: UNLICENSED
Installation
# Add this to your shard.yml
dependencies:
pet-tracker:
github: faustinoaq/pet-tracker
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.24.2- License
- UNLICENSED
- Author
- Faustino Aguilar
- Targets
amberfrom lib/amber/src/amber/cli.crpet-trackerfrom src/pet-tracker.cr
Dependencies
Runtime Dependencies
- pg~> 0.14.1github: will/crystal-pg
- amber0.7.2github: amberframework/amber
- granite_orm~> 0.8.4github: amberframework/granite-orm
- citrine-i18n0.1.0github: amberframework/citrine-i18n
- quartz_mailer~> 0.5.1github: amberframework/quartz-mailer
- jasper_helpers~> 0.2.0github: amberframework/jasper-helpers
Development Dependencies
- garnet_spec~> 0.1.1github: amberframework/garnet-specdev
README
pet-tracker
This project is powered by Amber Framework.
Installation
- Install required dependencies
- Run
shards install
Usage
To setup your database edit database_url inside config/environments/development.yml file.
To edit your production settings use amber encrypt. See encrypt command guide
To run amber server in a development enviroment:
amber db create migrate
amber watch
To build and run a production release:
- Add an environment variable
AMBER_ENVwith a value ofproduction - Run these commands (Note using
--releaseis optional and may take a long time):
npm run release
amber db create migrate
shards build --production --release
./bin/pet-tracker
Docker Compose
To set up the database and launch the server:
docker-compose up -d
To view the logs:
docker-compose logs -f
Note: The Docker images are compatible with Heroku.
Contributing
- Fork it ( https://github.com/faustinoaq/pet-tracker/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- faustinoaq Faustino Aguilar - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- May 16, 2018
- Crystal
0.24.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/faustinoaq/pet-tracker
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1