Skip to content

DiegoKarabin/files-api

Repository files navigation

Description

Files API V1

Instructions to run the project

1. Create .env file

Copy the .env.example and fill the required variables

cp .env.example .env

2. Build docker container

docker compose up --build

3. Use SWAGGER Documentation to test the API

The swagger documentation is served at:

http://localhost:3000/api

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published