Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdleveille/amazing-brick

How high can you climb?
https://github.com/cdleveille/amazing-brick

bun express game mongodb react socket-io

Last synced: about 3 hours ago
JSON representation

How high can you climb?

Awesome Lists containing this project

README

        

# amazing-brick

## Play

[amazingbrick.fly.dev](https://amazingbrick.fly.dev)

## Setup

1. Install [Bun](https://bun.sh)
2. Install package dependencies: `bun i`
3. Install [Docker Desktop](https://www.docker.com/products/docker-desktop)
4. Initialize database container: `bun db:up`
5. Start app: `bun dev`

## Stack

- [Bun](https://bun.sh)
- [Express](https://expressjs.com)
- [MongoDB](https://www.mongodb.com)
- [React](https://react.dev)
- [Socket.io](https://socket.io)