Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuelallan/unep_doctor_appointment_system
https://github.com/emmanuelallan/unep_doctor_appointment_system
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuelallan/unep_doctor_appointment_system
- Owner: emmanuelallan
- Created: 2023-01-05T09:04:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T07:57:42.000Z (4 months ago)
- Last Synced: 2025-01-02T12:40:52.299Z (about 1 month ago)
- Language: PHP
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNEP Assessment
> A web app to manage doctors and patients appointments
## Built With
- php laravel
- blade, tailwind css
- mysql## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- node js, npm, composer, php
### Setup
- clone repo `git clone [email protected]:maxthestranger/unep_doctor_appointment_system.git`
- setup mysql database and change the .env file
- cd into repo `cd unep_doctor_appointment_system`### Install
- run `composer install`
- run `npm install`### Start
- run `npm run dev`
- run `php artisan migrate`
- run `php artisan db:seed`
- run `php artisan serve`### Usage
- open browser and go to `http://localhost:8000`
- login with `[email protected]` and `password` for admin
-
## 📝 LicenseThis project is [MIT](./LICENSE) licensed.