wserr / manillen

A card game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manillen

This project is a manillen card game.

The rules can be found here

Running the project

Prerequisites

The following software needs to be installed on your PC in order to build the project

  • Docker
  • Docker-compose
  • Visual Studio Code (or any other IDE) with the rust plugin installed
  • Cargo
  • npm (latest version, recommended to install with nvm)
  • Insomnia

Running the backend

The backend can be found under /src/chat.

Enter cargo run in order to run the backend

If you now test the following request: http://localhost:8080/userinfo

It should return

{
	"user_name": "Willem"
}

About

A card game


Languages

Language:JavaScript 86.4%Language:FreeMarker 8.6%Language:CSS 3.1%Language:TypeScript 1.1%Language:Rust 0.5%Language:HTML 0.1%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Fluent 0.0%