Skip to content

Danas544/baigiamas_hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Hangman Game Website

Welcome to the Flask Hangman Game website! This project allows you to play the classic Hangman game online. The website includes user registration, login, password recovery, profile management, and a variety of word topics to challenge your vocabulary.

Table of Contents

Features

  • User Registration and Confirmation: Users can register for an account and receive a confirmation email to activate their account.
  • Login and Authentication: Secure login system with authentication and session management.
  • Password Recovery: Forgot your password? No problem. Users can reset their password by receiving a recovery link via email.
  • Word Topics: Choose from various word topics to play Hangman with words related to that topic.
  • Profile Management: Users can change their name, email address, and password in their profile settings.
  • Profile Picture: Customize your profile with a profile picture.
  • Status Updates: Users can view their own status or the statuses of all players.

Getting Started

Follow these steps to set up and run the Flask Hangman Game website on your local machine:

  1. Clone the repository:
    git clone https://github.com/Danas544/baigiamas_hangman.git
    cd baigiamas_hangman/compose
  2. Build and start the Docker containers:
    docker-compose build
    docker-compose up -d
    

Configuring Nginx for Your Domain

To configure Nginx for your own domain, follow these steps:

  1. Open the my_website.conf file located at /compose/nginx/conf.d/my_website.conf.

  2. Locate the server_name directive and replace it with your own domain name. For example, if your domain is example.com, update the line as follows:

    server_name example.com www.example.com;
    
  3. docker-compose restart nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors