Website with a real-time multiplayer Pong contest with Python (Django) backend, JavaScript (Bootstrap Toolkit) frontend, and various modules for enhanced features like tournaments, blockchain integration, AI opponents, and more.
Purpose of the Change:
Added Login, 42 login, registration and profile view. Added some html customizations that will be changed by the frontend team. Also added Homem Do Leme song as Abaiao-r requested.
Testing Done:
You can use the following APIs on localhost:8000
/api/login
/api/register
/api/profile
/api/oauth/login
/home
Documentation Updates:
There is some information in INFO.txt and there's also some comments along the code. FULL documentation will be done after.
Pull Request
Purpose of the Change: Added Login, 42 login, registration and profile view. Added some html customizations that will be changed by the frontend team. Also added Homem Do Leme song as Abaiao-r requested.
Testing Done: You can use the following APIs on localhost:8000
Documentation Updates: There is some information in INFO.txt and there's also some comments along the code. FULL documentation will be done after.