- Go (version 1.23.1)
- PostgreSQL(15)
- clone the repoository:
git clone https://github.com/csye-6225-gaurav/webapp.git
cd webapp- Install Go dependencies:
go mod tidyBefore running the application, create a .env file in the root directory of the project. It should contain the following details:
DB_Host=
DB_Port=
DB_Pass=
DB_User=
DB_Name=
DB_SSLMode=
APP_Port=- Run the application:
go run main.go