Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mugarate12/app-clinic-backend
Backend em laravel
https://github.com/mugarate12/app-clinic-backend
Last synced: 23 days ago
JSON representation
Backend em laravel
- Host: GitHub
- URL: https://github.com/mugarate12/app-clinic-backend
- Owner: mugarate12
- Created: 2023-10-23T20:14:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T14:26:39.000Z (about 1 year ago)
- Last Synced: 2023-11-03T15:34:23.869Z (about 1 year ago)
- Language: PHP
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# App para clinicas
## Configurações
Crie o Arquivo .env
```sh
cp .env.example .env
```Atualize as variáveis de ambiente do arquivo .env
```dosini
APP_NAME="APP NAME"
APP_URL=http://localhost:8989DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=rootCACHE_DRIVER=redis
QUEUE_CONNECTION=redis
SESSION_DRIVER=redisREDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
```Suba os containers do projeto
```sh
docker-compose up -d --build
```Acessar o projeto
[http://localhost:8989](http://localhost:8989)