Create the simplest Kivy mobile app with django backend
As the user of this app, sign in using my email and password see a list of the all books with their authors add/remove books to my favorites
Includes .kv file
- Login page
- Signup page
- Book List page with author, description, price and favorite (add/remove)
- Book favorite page
- Profile page
- Backgroud image
- Action bar
- Search bar
- Dark theme
- clone
git clone https://github.com/futuresea-dev/LMS-app
- requiremets
pip install -r requirements.txt
- run
python3 main.py