Skip to content

wolfboyyang/shuttle-cch23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuttle's Christmas Code Hunt

Shuttle's Christmas Code Hunt, inspired by Advent of Code, invites you to solve daily challenges using Rust in a relaxed environment. Each weekday, you will be implementing an HTTP endpoint that returns the solution to the daily challenge, and deploy it on Shuttle. Join the fun, solve puzzles, embrace the holiday spirit, and get rewarded! 🎄🚀

Useful links:

Test

Test with curl or REST Client or cargo test.

Test specific day (e.g., day1): cargo test day1

Shuttle Shared DB

to use the query! macro, you may need to run:

cargo sqlx prepare # with DATABASE_URL in .env

Reference

Releases

No releases published

Packages

No packages published

Languages