An open API service indexing awesome lists of open source software.

https://github.com/0jc1/cointracker

An open source cryptocurrency portfolio tracker.
https://github.com/0jc1/cointracker

alpinejs cryptocurrency django django-project django-rest-framework postgresql

Last synced: 8 months ago
JSON representation

An open source cryptocurrency portfolio tracker.

Awesome Lists containing this project

README

          

# Cointracker

Cointracker is a free cryptocurrency portfolio tracker built in the Django framework. This project uses Bootstrap 3, FlowUI, Chart.js and vanilla JavaScript for the frontend.

Right now, only a few major cryptocurrencies are supported. The core features of the application are mostly done, but more advanced features are still in development.

## Installation
Clone the repo and change directories into it.
```bash
cd cointracker
```

Create and enter the virtual environment.
```bash
python3 -m venv ./env
. env/bin/activate
```

Install required python packages.
```bash
pip install -r requirements.txt
```

Run database migrations.
```bash
python manage.py migrate
```

Run the server.
```bash
python3 manage.py runserver
```

## Contributions

As an open-source project, we welcome contributions from developers, designers, and crypto users.

## Screenshots

![Screenshot 2024-12-30 at 12 09 05 PM](https://github.com/user-attachments/assets/d503c614-6cac-4793-97d4-4d3af81dfa2b)