Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamid-rezaei/gobasket
The midterm exam for the web programming course involves a small-scale project.
https://github.com/hamid-rezaei/gobasket
docker docker-compose echo go golang jwt postgres
Last synced: about 1 month ago
JSON representation
The midterm exam for the web programming course involves a small-scale project.
- Host: GitHub
- URL: https://github.com/hamid-rezaei/gobasket
- Owner: Hamid-Rezaei
- Created: 2023-12-13T16:09:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-16T22:16:02.000Z (about 1 year ago)
- Last Synced: 2024-11-09T23:16:32.185Z (3 months ago)
- Topics: docker, docker-compose, echo, go, golang, jwt, postgres
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goBasket
## The midterm exam for the web programming course involves a small-scale project.
- ### Creating a miniature shopping cart or basket using the Echo framework, incorporating user authorization through JWT.
## Requirements
- Golang
- PostgreSQL
- Docker## Installation
#### 1. `docker build -t gobasket .`
#### 2. `docker network create dockernet`
#### 3. `docker-compose up -d`