Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.32 KB

Reservationist

GitHub Workflow Status Code Test Coverage

A Restful API written in Go, conforming with DDD principles which you can use to book appointments

Reservationist is an application that makes connection between businesses and customers much easier and faster. By using Reservationist, customers can easily browse through working agenda of a business and make appointments. It also supports sending early notification to customers reminding them of their appointments.

Technical Document

Please find technical documentations/diagrams and design decisions described in the docs directory.

System Overview

System in a glimpse

Run Locally

To run this application locally, first make sure you have Docker installed locallay and then follow these steps:

  1. make dev-docker
  2. make dev-up
  3. make dev-update-apply