1
1
Fork 0
novelmetrix-python/README.md

16 lines
699 B
Markdown
Raw Normal View History

2022-09-29 16:18:35 +02:00
![alt text](./graph.png)
2023-11-22 09:39:23 +01:00
# NovelMetrix
NovelMetrix is a webapp where you can track your reading progress. Not only you can use it as a personal reading journal (managing your readed books and challenges) but it also contains an analytics dashboard to visually show your progress.
2022-09-05 11:15:13 +02:00
2023-11-22 09:39:23 +01:00
### Features
- Dashboard where you can visually check your progress
- Manage you readed books
- Manage your reading challenges
### Technical details
This Full Stack webapp is build with Django (Python) as a backend API and for the frontend UI I've integrated React (Javascript) into the Django app.
- Authentication with JSON Web Token (JWT)
- Pandas package for data analytics
- SQLAlchemy package for the database