Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sidhyaashu/test_rest_go

Just a simple api using go for testing purpose using docker,jwt and go programming language
https://github.com/sidhyaashu/test_rest_go

docker go jwt mysql-database

Last synced: about 1 month ago
JSON representation

Just a simple api using go for testing purpose using docker,jwt and go programming language

Awesome Lists containing this project

README

        

# REST_API_GO
A REST API using Docker, JWT, MySQL and GO programming Language

```bash
docker run --name mysql-container -e MYSQL_ROOT_PASSWORD=rootpassword -d -p 3306:3306 mysql:latest
```