- Docker;
- Docker Compose;
Create a .env
file in each project. There is an env-example file as a template.
On API project, in .env
, use neoway_db has a DB_HOST when run with docker.
docker-compose up
And initalize database with command:
docker exec -it neoway_api sh -c "deno task init:db"
To test api, access http://127.0.0.1:4444/api/status
Have Fun!
Att: Rogério Milhomens de Queiroz
[Linkedin] (https://www.linkedin.com/in/rogeriomq/) | [Github] (https://github.com/rogeriomq) | [Email] (mail://[email protected]) |