Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webapp

Requirements

  • Go (version 1.23.1)
  • PostgreSQL(15)

Installation

  • clone the repoository:
git clone https://github.com/csye-6225-gaurav/webapp.git
cd webapp
  • Install Go dependencies:
go mod tidy

Before 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages