Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`