The description of the project can be found here
The API documentation can be found here
The API collection can be found here
Follow these steps to get a development environment running:
git clone https://github.com/SamuelLeutner/invoicing-api.git
cd invoicing-api
docker network create invoicing-api
docker compose up --build -d
docker compose exec node npm install
make test
This project is licensed under the MIT License - see the LICENSE.md file for details