This project is a backend service for handling credit applications, written in Go. It provides a set of RESTful APIs for managing the credit application process, including submission, and pdf uploads.
- Go 1.16 or later
- A running instance of a database (e.g., PostgreSQL)
- Docker (optional, for containerized deployment)
-
Clone the repository:
git clone https://github.com/dmcleish91/credit-application-backend-go.git cd credit-application-backend-go
-
Install dependencies:
go mod tidy
-
Configure the application:
- Copy
.env.example
to.env
and fill in your configuration details.
- Copy
-
Build the application:
go build