Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matheus-srego/bookpublisher


https://github.com/matheus-srego/bookpublisher

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# BookPublisher

Comandos:
Criar imagem da base de dados sql server:
docker run --name "Ooo" -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=H0ra_de_aventura" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest

Build o docker do projeto API
docker build -f BookPublisher.API/Dockerfile -t bookpublisher_api .

docker run -p 8080:4001 -t bookpublisher_api