Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.4 KB

Booking System Codacy Badge Build Status

Includes

Dependencies

Installation

  1. Clone the repository:
    git clone https://github.com/Bramvanosta/Booking-System.git
  2. Build and launch the docker containers:
    docker-compose up -d
  3. Prepare the environments:
    ./scripts/installDevelopment.sh
  4. Point the container's IP address to the right hosts by adding these three lines to the /etc/hosts file:
    127.0.0.1       api.booking-system.dev
    127.0.0.1       booking-system.dev
  5. You can now access the following urls:
    • api.booking-system.dev for the Rails API
    • booking-system.dev:4200 for the Angular client with live reloading