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
- Host: GitHub
- URL: https://github.com/baybaraandrey/advertising
- Owner: baybaraandrey
- License: mit
- Created: 2021-05-26T19:52:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T18:51:56.000Z (about 5 years ago)
- Last Synced: 2024-06-21T06:30:17.308Z (about 2 years ago)
- Topics: go, golang, rest-api, web
- Language: Go
- Homepage:
- Size: 5.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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