Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.48 KB

Racing Car Game

A mini racing car game built using JavaScript, React, Go and PostgreSQL

Demo

Link: https://racing-car-game.pages.dev/

Racing car game demo

Lessons Learned

By doing this project I've learned

  • How to use Canvas Api to render game logic
  • How to perform database migrations using goose
  • How to perform database CRUD operations using SQL
  • How to use sqlc to generate type-safe code from SQL
  • How to build REST API using Go and chi router
  • How to authenticate and authorize users using JWT

Repositories

Acknowledgements

Known Issues

  • This application's server is deployed on a free tier with limited resources. Free server instance will spin down with inactivity. When that happens, it might take some time to spin up the server instance.