Skip to content

Web application that creates a collage of a target image from an image set.

Notifications You must be signed in to change notification settings

Pokemonpower92/collagegenerator

Repository files navigation

Collage Generator

This is the api for the collage generation application.

Requires go 1.22^

QuickStart

  1. Install sql-migrate:

    go install github.com/rubenv/sql-migrate/...@latest
    
  2. Install sqlc:

    go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
    
  3. Generate sqlc files:

    sqlc generate -f ./internal/sqlc/sqlc.yml
    
  4. Run the tests:

    make test
    
  5. Start the local server(ensure docker is installed and running):

    make start
    

A postman collection is provided in the project root.

About

Web application that creates a collage of a target image from an image set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published