This is the backend API for the CLSHOP project. It is written in Node JS and fully dockerized and typescripted.
- Node JS (v20.11.0 LTS)
- Postgres (Latest)
- PGAdmin (Latest)
bash docker-compose -f docker-compose.yml up --build
bash docker-compose -f docker-compose.prod.yml up --build
bash docker-compose down --rmi all --volumes
./up.sh
./down.sh