Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khusanov-m/rent-gate-api
- Owner: khusanov-m
- License: gpl-3.0
- Created: 2024-01-02T17:49:49.000Z (11 months ago)
- Default Branch: prod
- Last Pushed: 2024-04-08T03:21:17.000Z (7 months ago)
- Last Synced: 2024-04-08T08:22:09.972Z (7 months ago)
- Topics: gin-gonic, golang, mailer, rest-api
- Language: Go
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
---