This is a Work trial task. A sample application of how to represent several datasets visually using charts.
pip install -r requirements.txt
rav run migrate
rav run server
npm install
npm run dev
docker-compose build
docker-compose up
- Implemented the frontend with Next.js and React.
- Used Django Ninjah Framework for API endpoints.
- Integrated Chart.js for rendering charts.
- Integrated Redux for receiving and storing data globally (This avoids the need to make a request on every page.)
- Next.js
- Django Ninjah
- Chart.js
- React-Chartjs-2
- Redux