Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 204 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 204 Bytes

Start

cp .env.example .env for docker .env database is configured

for Docker:

run make init

url: localhost:58080

run seeders make migrate-seed

run test make test

down : make down