Skip to content

SamuelLeutner/invoicing-api

Repository files navigation

Invoicing API

Description

The description of the project can be found here

API Documentation

The API documentation can be found here

API Collection

The API collection can be found here

Installing

Follow these steps to get a development environment running:

Clone the repository

git clone https://github.com/SamuelLeutner/invoicing-api.git

Navigate to the directory

cd invoicing-api

Create docker network

docker network create invoicing-api  

Build docker

docker compose up --build -d

Install dependencies

docker compose exec node npm install

Testing

make test

Authors

Samuel Leutner

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages