Skip to content

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.

License

Notifications You must be signed in to change notification settings

JoachimVeulemans/chessgame-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Demo

Navigate to backend.chessgame.jocawebs.be/api to test the website.

Project Status

Navigate to Trello to view the projects status on Trello.

Docker Hub Status

Navigate to Docker Hub Backend to view the Docker Hub status.

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published