Skip to content

stonalampa/diplomski-steam-clone-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diplomski-steam-clone-BE

School project for my BSc thesis

Prerequisites

Go 1.19 or later installed Gin framework (github.com/gin-gonic/gin) installed

Installation

Clone the repository: git clone https://github.com/stonalampa/diplomski-steam-clone-BE Change into the project directory: $ cd diplomski-steam-clonse-BE

Usage

There are 2 flags:

  1. local || deployment <- this will choose if we start the local server or we connect to deployed env
  2. true || false <- true will run seeding, false will run the server

Start server with

go run main.go local (or deployment) false

Start seeds with

go run main.go local (or deployment) true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published