Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emmanuelallan/unep_doctor_appointment_system


https://github.com/emmanuelallan/unep_doctor_appointment_system

Last synced: 18 days ago
JSON representation

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
-
## 📝 License

This project is [MIT](./LICENSE) licensed.