Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viiku/data-visualizer
Visualizing data on Maps
https://github.com/viiku/data-visualizer
drf nodejs python3 react tailwindcss vite
Last synced: 23 days ago
JSON representation
Visualizing data on Maps
- Host: GitHub
- URL: https://github.com/viiku/data-visualizer
- Owner: viiku
- Created: 2024-08-06T16:54:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:52:39.000Z (4 months ago)
- Last Synced: 2024-11-06T19:50:03.380Z (2 months ago)
- Topics: drf, nodejs, python3, react, tailwindcss, vite
- Language: Python
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-visualizer
Visualizing data on Maps### Quick Start
#### Run in Local
```
git clone [email protected]:viiku/data-visualizer.git
```
#### Set local virtual environment for python pacakges
```
python3 -m venv .venv
pip install -r requirements.txt
cd backend
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
```
#### npn installation
```
cd frontend
npm install
npm run dev
```
#### visit localhost and hit different endpoints