Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hebaelshamy/health_care
https://github.com/hebaelshamy/health_care
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hebaelshamy/health_care
- Owner: HebaElshamy
- Created: 2024-01-14T17:55:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T19:33:01.000Z (12 months ago)
- Last Synced: 2024-01-21T22:46:45.638Z (12 months ago)
- Language: JavaScript
- Size: 26.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Clinic
## Getting Started1. Install project dependencies using Composer:
```bash
composer install
2. Copy the .env.example file and rename it to .env:
```bash
cp .env.example .env
3. Generate the application key:
```bash
php artisan key:generate
4. Configure the .env file with your database connection details
5. Run the database migrations to create tables:
```bash
php artisan migrate
6. Start the local server:
```bash
php artisan serve
7. Open the project in the browser at http://localhost:8000.8. Enjoy your experience!