# Book Management ### A CRUD based application for CORE Lab. ### What you can do with this application? 1. Apply CRUD Operations on Users. 2. Apply CRUD Operations on Books. 3. Use the Django Administrative tool to monitor the Database. 4. Use the interative UI provided in the application to Edit/Delete the record. > Check the screenshots of UI [here]() ### Sample screenshots    ### Installation 1. Clone this Repository. 2. Make sure Python & Django are installed. 3. Run code ``` pip install Django ``` ``` python manage.py runserver ``` ### Need Help? Feel free to ask me, if you need any help navigating through this application. [](https://twitter.com/darshanjain01) ### Thanks!