/tech-db-forum

Проект по курсу Базы Данных технопарк 2019

Primary LanguageGo

Go API Server for swagger

Тестовое задание для реализации проекта "Форумы" на курсе по базам данных в Технопарке Mail.ru (https://park.mail.ru).

Overview

This server was generated by the [swagger-codegen] (https://github.com/swagger-api/swagger-codegen) project.
By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.

To see how to make this your own, look here:

README

  • API version: 0.1.0
  • Build date: 2019-12-01T14:11:49.735Z

Running the server

To run the server, follow these simple steps:

go run main.go

Running Docker

To run docker, follow this steps:

docker build -t tech-db -f dockerfile .
docker run -p 5000:5000 --name tech-db -t tech-db