wildjames / Patient-Appointment-Backend

A solution to the problem here: https://github.com/airelogic/tech-test-portal/tree/main/Patient-Appointment-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PANDA

This is my solution to the code challenge from here.

The task mentions that this is time-sensitive, so needs to be done quickly. However, between now and the deadline I don't have a solid block of a few hours with which I can time myself in this way. So, unfortunately, this will have to be done in chunks of an hour, give or take, over a few days.

I will keep notes on my progress here. For information on running the server, please consult the contained README

Please also note that I have made a demo script, which allows users to interact with the API from the command line. First, ensure that the docker compose stack is running, then enter the demo by installing the requirements and executing it with python:

pip install -r demo_requirements.txt
python demo.py

Once it's loaded, just follow the instructions on screen.

About

A solution to the problem here: https://github.com/airelogic/tech-test-portal/tree/main/Patient-Appointment-Backend


Languages

Language:Python 95.7%Language:Shell 1.9%Language:Dockerfile 1.0%Language:Mako 0.8%Language:HTML 0.7%