
Tags
Age Of Empires II AI Algokit Algorand Angular Blockchain Blog CC Certification Challenge cryptocurrencies CSS ctf Cybersecurity Data Django Docker Ebooks HackTheBox Homebrew HTML Hugo ISC2 Modding Playstation PostgreSQL Project Ps2 Purevolume Python R scripts SOC TryHackMe Walkthrough Website Windows
69 words
1 minutes
Age Of Empires II - Webapp.
Description not set
Check out the website. Hosted with Railway for as long as the free trial plan lasts.
Web application made with 💙 and Django. The user inputs an Age of Empires II player’s ID and the application retrieves information about the current (or last) match. It shows the player’s name, elo, color, map, civs chosen and their information and bonuses, using data from aoe2techtree.
To run locally
- Install requirements.txt
- Run ‘manage.py runserver’ using Python.