22 lines
648 B
Markdown
22 lines
648 B
Markdown
# stereo.cat backend!
|
|
|
|
## Introduction
|
|
This is the backend that is supposed to glue together our frontend with our database & S3.
|
|
|
|
## Technologies
|
|
* Golang (1.24.2+) (worst mistake of our entire lives)
|
|
* Gin (web framework)
|
|
* Gorm (database ORM)
|
|
* MinIO S3 SDK (for storing images)
|
|
|
|
## Contributing
|
|
1. Make sure you test your PR before submitting.
|
|
2. Make sure that it works everywhere.
|
|
3. Format your code, make it look nice :D
|
|
4. Make sure to add an explanation.
|
|
|
|
To generate a patch file, first commit your changes and then do:
|
|
```bash
|
|
git format-patch -1 HEAD
|
|
```
|
|
Patches can be sent to hex@iwakura.rip.
|