Lorier (Logistic Courier) is API logistic service implementation written in Ruby on Rails (Only for learning purposes).
- Install necessary ruby version (rbenv recommended)
- Clone the repo
- Bundle install by running
bundle install
command - Setup DB by running
rails db:create
command - Run migration by run
rails db:migrate
command - Execute tasks by run
rake:tasks
command to see available tasks - Run server by execute
rails s
command
- Ruby v2.6.6
- Rails v6.0.3
- PostgreSQL
- Dockerize ✓
API documentation can be accessed via: API Docs