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: 6 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T22:16:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T07:11:48.164Z (6 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`