REST api for the encodot project.
Prerequisites:
Run database container: docker run --name encodot-db -e POSTGRES_USER=encodot -e POSTGRES_PASSWORD=encodot -e POSTGRES_DB=encodot -p 5432:5432 -d postgres:13.2-alpine
Install npm packages: npm install
Run api: npm run start:dev
While the rest api is running, you can call endpoints via swagger at http://localhost:3000/api/swagger