Skip to content

Server and various backend components for stablecog.com

License

Notifications You must be signed in to change notification settings

stablecog/sc-go

Repository files navigation

stablecog/sc-go

This is a multi-module workspace of various GO applications and packages used by Stablecog.

Reference the appendix section for an index of the various projects and repositories.

Appendix

Applications

These are the standalone applications in this repository, they have more details in their specific README.

  • Server - The primary backend server and APIs.
  • Cron - Various cron jobs utilized by stablecog
  • Upload API - API for user uploaded images
  • Discord Bot - Stuart, the stablecog Discord bot

Shared Modules

These are modules referenced by both applications.

  • Database - Database interactions (SQL, Redis, etc.)
  • Shared - Shared models, constants, etc.
  • Utilities - General purpose utilities.

Related

Contributing

Contributions are always welcome!

To contribute, fork this repository, make your changes, and open a pull request.

This repository has a VSCode devcontainer configuration, the easiest way to get started is to utilize this configuration with the Dev Containers Extension.

Running

Create mock data

In the dev container run the following to create some mock data:

cd server
go run . -load-mock-data

Due to the nature and complexity of the stablecog ecosystem, depending on custom cogs, third party APIs, S3 buckets, discord webhooks, and a multitude of other things - many dependent services need to be mocked in order to properly test changes locally.

Some things may not be possible to test or run locally easily, we are constantly making improvements and improving our test coverage + mocks to improve this sytem, so feel free to create an issue to help us track things we need to account for in local development.

About

Server and various backend components for stablecog.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages