- Backend: An API built with Express.js.
- Frontend: A user interface built with React.js.
- Database: A PostgreSQL database with query operations powered by Knex.js.
- Docker Compose: Used to orchestrate all services in the development environment.
Service | URL |
---|---|
Frontend | http://localhost:3000 |
Backend | http://localhost:8000 |
PostgreSQL | localhost:5432 (via psql or client tools) |
pgAdmin | http://localhost:5050 |
Many of the common development commands are documented in the Justfile.
just install
just up
just down