Skip to content

eamihai/react-flask-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react  nodejs   fireabse  

RaceApp

Description

ChatApp is a web application designed to challenge players' reaction times and accuracy. The application leverages the Flask framework on the server side and React on the client side, with socket communication to provide real-time interactivity. Players participate in a game where they must click on a moving target as quickly as possible, testing their reaction speed and aiming skills.

Technologies

Contributing

  • Running the server on localhost:5000 (make sure you are in the server directory).

    • create the virtual environment, activate it, and install the dependencies.
      python -m venv venv
      venv\Scripts\activate
      pip install -r requirements.txt
    • add the .env file with the environment variables.
      DATABASE_URL = "sqlite:///database.db"
      JWT_SECRET_KEY = "your_secret_key"
      DEBUG_MODE = 1
    • create the database tables from the migrations and run the application.
      flask db upgrade
      python run.py
  • Running the client on localhost:3000 (make sure you are in the client directory).

    • install the dependencies and run the application.
      npm install
      npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors