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.
- Host: GitHub
- URL: https://github.com/0jc1/cointracker
- Owner: 0jc1
- License: mit
- Created: 2024-12-04T19:35:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T20:25:48.000Z (over 1 year ago)
- Last Synced: 2024-12-26T21:22:20.491Z (over 1 year ago)
- Topics: alpinejs, cryptocurrency, django, django-project, django-rest-framework, postgresql
- Language: Python
- Homepage: https://cointracker.lol
- Size: 406 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
