Skip to content

cool9850311/StreamPlatformLite-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamPlatformLite-Backend

Development

Prerequisites

  • Go 1.22 or higher
  • Docker
  • Docker Compose

Setup

  1. Clone the repository:

    git clone https://github.com/cool9850311/StreamPlatformLite-Backend.git
    cd StreamPlatformLite-Backend
  2. Copy the example environment file and update the environment variables as needed:

    cp .env.example .env
  3. Start the services using Docker Compose:

    # docker-compose or docker compose based on your docker compose version
    docker-compose up -d --build

Running the Application

  1. Build and run the application:
    go build -o bin/streamplatformlite-backend Go-Service/src/main.go
    ./bin/streamplatformlite-backend

Running Tests

  1. Run the tests:
    go test ./...

Cleanup

  1. Stop the services and clean up:
    # docker-compose or docker compose based on your docker compose version
    docker-compose down

contributors

Made with contrib.rocks.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published