Skip to content

Simple url shortener implementation with go and postgresql / cassandra.

License

Notifications You must be signed in to change notification settings

aykhans/oh-my-url

Repository files navigation

Run with PostgreSQL

  • Rename and fill environment files:

    • /app/config/postgres.env.example to /app/config/postgres.env
    • /config/postgresql/.env.example to /config/postgresql/.env
  • Run the following command to start the application with PostgreSQL:

    docker compose -f docker-compose-postgres.yml up

Run with Cassandra

  • Rename and fill environment files:

    • /app/config/cassandra.env.example to /app/config/cassandra.env
    • /config/cassandra/init-cassandra.env.example to /config/cassandra/init-cassandra.env
  • Run the following command to start the application with Cassandra:

    docker compose -f docker-compose-cassandra.yml up

About

Simple url shortener implementation with go and postgresql / cassandra.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published