Skip to content

This is the backend for the SUZI Project for the Google Solution Challenge 2024 by Team TBD.

License

Notifications You must be signed in to change notification settings

suzisuzisuzi/SUZI-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-header

SUZI Backend

This is the backend for the SUZI Project for the Google Solution Challenge 2024 by Team TBD.

Instructions to Run

Create a .env file at the root of the project and add the following environment variables for database. Make sure you have a PostgreSQL database running on your machine. Replace the values with your own database credentials:

DBHOST=<HOST>
DBUSER=<USERNAME>
DBPASSWORD=<PASSWORD>
DB=postgres
DBPORT=5432

Run the following commands to start the server:

go run cmd/main.go

About

This is the backend for the SUZI Project for the Google Solution Challenge 2024 by Team TBD.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published