This is a web application built using the Django framework in Python, designed to help the Archero gaming community. Archero is a popular game that involves battling through levels while upgrading your character's abilities and equipment. The application offers a range of tools to help players improve their gameplay, including an advanced stats calculator, tier lists, and other useful information.
I am the sole contributor to this project, which was started in late August 2022.
The application is built using a range of technologies, including:
- Python
- JavaScript
- HTML
- CSS
- JSON
- crontab
- postgreSQL
It also uses Docker for deployment, with a PostgreSQL database.
This is just for people who wants to run the project on their machine !!
To run the application locally, you will need to have Docker installed on your system. Once you have Docker installed, simply clone the repository and run the docker-compose up command to start the application. Here are the step to run it :
- Once you've cloned this repository, you will need to change the services.db.volumes path from : path_local_db_data_store to what you want
- Then when you are at the root of the application (in public-archero-wiki-docker> ) you can execute these command :
cd .\web-project\
docker build -t archero .
docker-compose up -d --env-file=myenvfile.env
Once the application is up and running, you can access it by navigating to the appropriate URL in your web browser (localhost:8000 or 0.0.0.0:8000 or 127.0.0.1:8000). From there, you can explore the various features and tools offered by the application to help you improve your gameplay in Archero.
This project is licensed under the MIT License - see the LICENSE file for details.