shopiea

command module
v0.0.0-...-e9ace27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2025 License: MIT Imports: 10 Imported by: 0

README

Shopiea

Shopiea is a RESTful API written in Go that provides scoring system functionalities for managing and scoring student assignments, authentication and registering lab and course, and generating reports. It currently does not have a dashboard UI, but provides an OpenAPI 3.0 specification for anyone to develop a dashboard.

Features

  • Authentication and authorization for users and administrators
  • Registration of labs and courses
  • Scoring of student assignments
  • Generating reports for lab and course scores

Installation

Prerequisites
  • Go 1.15 or higher
  • PostgreSQL 10 or higher

Clone the repository:

git clone https://github.com/Kyuubang/shopiea.git
cd shopiea

Install dependencies

go mod download

Run the database migrations

go run main.go -migrate

modify .env with your environment and source .env file

set -a; source .env; set +a

Run the server

go run main.go

or with make command

make run

License

This project is licensed under the MIT License. See the LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL