fantomas / lawyer-booking-system

technical task for a job interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lawyer booking system

A technical task for a job interview

Project Request

Develop a web-based application for citizens and lawyers. The application is an online registry for citizens who want to make appointments with lawyers

Description

The project is realised with Symfony 5, PHP 7.4 and Docker

UI

Docker Docker Containers

Installation

  1. Clone the project from the repo
    git clone git@github.com:fantomas/lawyer-booking-system.git
    
  2. enter in the project cd lawyer-booking-system
  3. setup a local vhost 127.0.0.1 lawyers.local
  4. run docker containers docker-compose up -d
  5. get inside php container docker-compose exec php bash
  6. create the DB php bin/console doctrine:database:create
  7. load migrations php bin/console doctrine:migrations:migrate

Notes

  1. you can see a demo on youtube Watch the video

About

technical task for a job interview


Languages

Language:PHP 82.6%Language:Twig 10.5%Language:Shell 4.2%Language:Dockerfile 2.7%