Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 883 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 883 Bytes

“A project undertaken as part of BSc (Hons) Business Information Systems Degree, Westminster International University in Tashkent"

BISP Project - Diploma Work for WIUT - Backend

Project setup

Backend

Prerequisites:

  • PostgreSQL 16 or newer.
  • Docker Desktop 4.26.1.
  • Populate .env file with your own values (filename should be -> app.env).
  1. install Go (v1.21.4 at 01.01.2024)
  2. Open terminal at root folder and run:
go mod tidy
go run .
  1. Open browser at http://localhost:8000 (your own port from .env file)