/article

Primary LanguageTypeScript

Getting started

git clone https://github.com/truongsa92/article.git

cd article

Update file .env

Run

docker-compose up 

Test

docker-compose exec api npm test

Swagger API docs

Default port 3000 http://127.0.0.1:3000/docs

This example repo uses the NestJS swagger module for API documentation. NestJS Swagger - www.swagger.io