Skip to content

henesaud/bitcoin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(In development)

ezgif-4-a40d540533

This is a project to improve my Django, DRF, and React skills. It may have some flaws (mainly security ones). The main objective is to develop tools for Bitcoin users, including price dashboards, Mayer multiple, Xpub, conversion tools, indicators, wallet visualization, etc.

Running this project

First, clone this repository and enter in the 'bitcoin-dashboard' folder.

Running with Docker

Build the images and run the containers:

docker-compose up -d --build

Then, run the Django migrations and create a superuser:

docker-compose exec backend python manage.py makemigrations
docker-compose exec backend python manage.py migrate
docker-compose exec backend python manage.py createsuperuser

The application should be accessible at http://localhost:3000. Test it by logging in with the superuser that you just created.

About

(In development) A tool for Bitcoin users with price dashboards, conversion, wallet visualization, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published