Skip to content

An0n1mity/online-chess

Repository files navigation

Online chess project

Landing Page Game Page

Disclaimer ⚠️

It's my first time doing a web app project, and god knows that doing a full stack app have with 0 knowledges is really hard. The project is still under development, features can be messed up sometimes, but hey it was built for experimentations with web technolgies 😄

Table of Contents 👀

Getting Started

These instructions will guide you on how to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 🐳

  • Docker installed on your machine.

Installation 💻

  1. Clone the repository:
git clone https://github.com/An0n1mity/online-chess
  1. Navigate to the project directory:
cd online-chess
  1. Build the Docker containers:
docker-compose build
  1. Start the Docker containers:
docker-compose up
  1. Access the application in your web browser at http://localhost:3000.

Technologies 🔧

  • Django - Web framework for backend development.
  • React - JavaScript library for frontend development.
  • Celery - Distributed task queue for background processing.
  • Redis - In-memory data structure store used as a message broker.
  • Docker - Containerization platform for easy deployment and scalability.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Stockfish

https://github.com/official-stockfish/Stockfish

About

A web application showcasing the integration of Django and React for building a full-stack web chess app. The project demonstrates the usage of Docker for containerization, Celery for task management, and Redis as a message broker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors