Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sidhyaashu/test_rest_go
- Owner: sidhyaashu
- License: gpl-3.0
- Created: 2024-12-08T13:41:35.000Z (about 1 month ago)
- Default Branch: sidhya
- Last Pushed: 2024-12-09T10:04:14.000Z (about 1 month ago)
- Last Synced: 2024-12-09T11:21:02.967Z (about 1 month ago)
- Topics: docker, go, jwt, mysql-database
- Language: Go
- Homepage:
- Size: 9.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```