Skip to content

Repository files navigation

Coinche (SERVER)

This is the server part, the client part can be found here https://github.com/Alounv/coinche-front.

What

A simple multiplayer coinche game.

You can play here: https://coinche.vercel.app/

Capture d’écran 2022-10-21 à 15 12 42

Bidding Capture d’écran 2022-10-21 à 15 11 12

Why

This is a personal project to learn:

  • Golang
  • Test Driven Development
  • Clean Architecture
  • PostgreSQL
  • WebSockets

Developing

go run main.go

Building

To create a production version of your app:

go run build

You can preview the production build with ./coinche.

Environment variables

## Developing

```bash
bun run dev

# or start the server and open the app in a new browser tab
bun run dev -- --open

Building

To create a production version of your app:

bun run build

You can preview the production build with bun run preview.

Environment variables

PORT=:5000
SQLX_POSTGRES_INFO="host=localhost user=aloun password=ILovePostgres port=5432"
DB_NAME=coincheDb

About

A simple multiplayer coinche game

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages