Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TalUp

Installation Guide

Prerequisites

  • Go (latest version recommended)
  • PostgreSQL (if using a database)

Clone the Repository

git clone https://github.com/heyoSSam/TalUp-backend
cd your-repo

Install Dependencies

go mod tidy

Setup Environment Variables

Create a .env file in the project root and configure it as follows:

DATABASE_URL=""
ROBERTA_URL=""
PORT=""
JWT_SECRET=""

Run the Project

go run main.go

API Documentation

You can generate Swagger documentation by running:

swag init

Then, access the documentation at:

http://localhost:8080/swagger/index.html

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages