Simple nodejs example with typescript, mysql, typeorm and clean architecture, using docker with docker-compose to build the containers, nginx to proxy redirect (by default port 3000 to 8080).
🏠 Homepage
.env
docker-compose up --build -d
cd server/
npx prisma migrate dev --schema=./src/infra/database/prisma/schema.prisma
http://localhost:8080
http://localhost:8080/v1/peoples
👤 Lucas da Silva Beraldo
- Github: @lberaldodev
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator