Skip to content

BenMcAvoy/jammy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

jammy

A project jamming competition website
Visit the website »

Releases · Report Bugs · Request Features

What is this?

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!

Why?

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.

Implementation

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.

Contributing

Contributions are welcome! If you're interested in helping out, please check out the contributing guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Building

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.