Skip to content

An open source Twitter/X clone built with Spring Boot & MariaDB

License

Notifications You must be signed in to change notification settings

robertmacalpine/Chirper

Repository files navigation

Chirper is an open source Twitter/X clone built with Spring Boot and MariaDB!

Instructions for local development:

  1. Add your database credentials in as environment variables

On Linux/Mac:

export DB_URL=jdbc:mariadb://restofthedomainhere

export DB_USERNAME=usernamehere

export DB_PASSWORD=passwordhere

On Windows:

setx DB_URL "jdbc:mariadb://restofthedomainhere"

setx DB_USERNAME "usernamehere"

setx DB_PASSWORD "passwordhere"

About

An open source Twitter/X clone built with Spring Boot & MariaDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages