Skip to content
This repository was archived by the owner on Aug 1, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

Chessgame Backend

General Summary

This project is a collaboration between Joachim Veulemans and Ian Angillis. The goal of the project is to create a website where you can play games against other people, together, an AI or yourself. You will also be able to replay famous chessgames. This is one of 4 repositories in this project:

Repository Summary

This repository will focus on the backend part of the project. This is written in ASP.NET Core 2.

Running the project locally

Using Docker

  1. Run docker build . --file Dockerfile --tag chessgame-backend:latest to build the image.
  2. Run docker run -d -p 8080:80 chessgame-backend:latest to start a container. Navigate to http://localhost:8080/api to view output.

Further Information

To get more information, please contact us by creating an issue.

About

The backend for a website where you can play games against other people, together, an AI or yourself. You will also be able to replay famous chessgames.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages