DReact Dashboard is a dashboard web application that visualizes and analyzes data.
- ReactJS
- D3js
- Python
- Django
- Django Rest Framework
- Postman
- Swagger
- PostgreSQL
- Railway
- nginx
- *gunicorn
- Docker
If you'd like to access and use the JSON dataset that has been used, you can download it using the following link:
- Real-time data visualization with D3.js
- Interactive user interface with React
1. Clone the repository:
git clone https://github.com/varunpandey2106/DReactDashboard.git
cd DReactDashboard
- Install dependencies
cd Backend
virtualenv Backend
pip install -r requirements.txt
cd frontend
npm install
3. Start the project:
python manage.py runserver
npm start
-access them at: -http://127.0.0.1:8000/ -http://127.0.0.1:3000/
-https://dreactdashboard.onrender.com/swagger/
-Create a postgres instance on railway and configure project settings:
This project is licensed under the MIT License - see the LICENSE file for details.