Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edbourque0 authored Apr 16, 2024
1 parent d03be1e commit d9407d8
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions README.md
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)

0 comments on commit d9407d8

Please sign in to comment.