Skip to content

An appointment booking API system for patients. [Backend Technical Assessment for Clafiya]

Notifications You must be signed in to change notification settings

doobie-droid/hospital-backend

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel was used to build this repo. Google it and see how lovely it is.... It is accessible, powerful, and provides tools required for large, robust applications.

SETUP PROJECT FOR LOCAL DEVELOPMENT

Make sure you install docker and you can watch the video so that you install docker properly on your ubuntu wsl. If it crucial you watch and install the right way or your requests would take forever to send

Premium Partners

After that, run the following commands in this order:
To set up your containers from the docker files/instructions there, run

$ docker-compose -f docker-compose.yml up -d --build

Afterwards run the next line to install any dependencies you may be missing, It is not needed now but in the future, I could add some packages

$ docker-compose -f docker-compose.yml exec app composer install --ignore-platform-reqs

Lastly, run this to perform your database migrations

$ docker-compose -f docker-compose.yml exec app php artisan migrate:fresh

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

An appointment booking API system for patients. [Backend Technical Assessment for Clafiya]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages