An example repository for a Schema-Driven Development project with Nest.js & Next.js
- Node.js (v17.2.0)
- Makefile
- Docker
-
Install nodejs(v17.2.0), Makefile, and Docker
-
Build and start up an applications
make build-up
After setup, execute make up
- Migration and Seeding
make migrate
make db-seed
make up
make down
make migrate
make migrate-down
make db-seed
make db-clean
# on running the API server at http://localhost:11000
cd front; yarn codegen
- Frontend: http://localhost:10000
- Backend: http://localhost:11000
- PostgreSQL: http://localhost:5432
- Oka Kyohei(@okakyo)