A project jamming competition website
Visit the website »
Releases
·
Report Bugs
·
Request Features
Imagine a virtual game jam where you have to build a game in a week, now imagine it's for applications, games, websites, and more and it happens every week with a set theme like clockwork, that's jammy!
I'm a software "jammer", and I love to "jam", but I also love to build things, so I thought it would be fun to make a jamming competition website that would let people see how they did, and maybe even win prizes.
The backend is wrote in Rust using Poem (and Poem OpenAPI for Swagger). Frontends are currently a future detail and will be put here when ready.
Contributions are welcome! If you're interested in helping out, please check out the contributing guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
To build the project, you'll need to have Rust installed. Once you have Rust installed, you can run the following commands to build the project:
cd backend
cargo build --release
./build/release/jammy
Once again, frontends are currently a future detail and will be put here when ready.