https://github.com/alexandrelamarre/quantum-chess-backend
Backend for serving quantum chess frontend
https://github.com/alexandrelamarre/quantum-chess-backend
Last synced: 3 months ago
JSON representation
Backend for serving quantum chess frontend
- Host: GitHub
- URL: https://github.com/alexandrelamarre/quantum-chess-backend
- Owner: alexandreLamarre
- License: apache-2.0
- Created: 2021-02-01T22:00:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T17:18:10.000Z (about 1 year ago)
- Last Synced: 2025-01-11T01:08:25.402Z (5 months ago)
- Language: Go
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantum-Chess-Backend
[](https://goreportcard.com/report/github.com/alexandreLamarre/Quantum-Chess-Backend)Backend for serving quantum chess frontend
Use docker to make a containeraized local environment using:
docker build -t backend .Then run it using:
docker run -it -p 8080:8080 backend