Skip to content

encodot/encodot-api

Repository files navigation

Encodot Api

Build Status

REST api for the encodot project.

Run api

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

Call endpoints

While the rest api is running, you can call endpoints via swagger at http://localhost:3000/api/swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published