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

https://github.com/baybaraandrey/advertising

ADV is a Simple REST_API web application for displaying ads written in GOLANG
https://github.com/baybaraandrey/advertising

go golang rest-api web

Last synced: about 1 month ago
JSON representation

ADV is a Simple REST_API web application for displaying ads written in GOLANG

Awesome Lists containing this project

README

          

# Advertising

ADV is a Simple REST_API web application for displaying ads written in GOLANG

## Local Installation
Install Advertising
```sh
make run # Run REST-API application.
```

## Docker-compose
Install Advertising
```sh
make build # Build application.
make migrate # Migrate database tables.
make seed # Populate database tables with data.
make serve # Serve application.
make doc # Generate swagger documentation.
```

http://0.0.0.0:5000/swagger/index.html - Default url for swagger documentation