-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d03be1e
commit d9407d8
Showing
1 changed file
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
# clashstats | ||
Clash Royale Statistics | ||
|
||
# 🏰 Clashstats | ||
|
||
A Django web app to get Clash Royale player info, battlelog and a clan ranking based on the ELO ranking system. | ||
|
||
**Note that I am a beginner with Python and programing in general. This is one of my first projects, so some features may not be built efficiently.** | ||
|
||
|
||
|
||
|
||
|
||
## 💻 Run Locally | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/edbourque0/clashstats.git | ||
``` | ||
|
||
Go to the clashstats directory | ||
|
||
```bash | ||
cd clashstats | ||
``` | ||
|
||
Install dependencies | ||
|
||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
Start the server | ||
|
||
```bash | ||
python3 manage.py runserver | ||
``` | ||
|
||
|
||
## 📟 Tech Stack | ||
|
||
**Languages:** Python, HTML | ||
|
||
**CSS components:** Bootstrap | ||
|
||
**Framework:** Django | ||
|
||
|
||
## ✍️ Authors | ||
|
||
- [@edbourque0](https://www.github.com/edbourque0) | ||
|