Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/cdleveille/amazing-brick
- Owner: cdleveille
- License: mit
- Created: 2024-01-30T18:43:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T02:24:23.000Z (10 days ago)
- Last Synced: 2024-10-28T06:07:21.136Z (10 days ago)
- Topics: bun, express, game, mongodb, react, socket-io
- Language: TypeScript
- Homepage: https://amazingbrick.fly.dev
- Size: 951 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)