A Flutter project.
This project is a starting point for a Flutter application for the backend of Limrary Management System developped with Django.
This application showcase books with their relative title, author, category, publication date and some additional details such as genre, type etc...
With this app you can view, add, delete and edit books.
Make sure you have flutter installed on your machine. Otherwise visit their documentation based on your os: https://docs.flutter.dev/get-started/install?gclid=Cj0KCQjw7PCjBhDwARIsANo7Cgmwj3peYFpD_ykwsd-Kpt3q2cvezHcRFZSA5kHXbBzaa2pwxwr_hNwaAjIGEALw_wcB&gclsrc=aw.ds
Make sure your backend url is pasted in the variable url in the code. To change all root domain press ctrl + shift + f to search globally in the directory. Find url variable and paste your backend root domain. That should do it.
To run the flutter application, opern your terminal and paste the following command:
flutter run