Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khusanov-m/rent-gate-api

BISP Project - Diploma Work for WIUT - Backend
https://github.com/khusanov-m/rent-gate-api

gin-gonic golang mailer rest-api

Last synced: about 1 month ago
JSON representation

BISP Project - Diploma Work for WIUT - Backend

Awesome Lists containing this project

README

        

# “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](https://go.dev/) (v1.21.4 at 01.01.2024)
2. Open terminal at root folder and run:

```go
go mod tidy
go run .
```

3. Open browser at http://localhost:8000 (your own port from .env file)

---