A fully functional and responsive library web-app based on Django and Bootstrap. The app was created by Ashish and Aniket for practice purposes and to get acquainted with Django. Don't get surprised if you find funny remarks here and there 😃.
Live project is available here.
Clone the repository on your local environment
git clone https://github.com/SummerCamp17/awesome-library.git
Navigate to the folder
cd awesome-library
Run the localhost-server
python3 manage.py runserver
The web-app will be available at 127.0.0.1:8000
on your browser.
Remember to create a new branch before you start working
git branch <branch-name>
git checkout <branch-name>
git commit -m ""
git checkout master
git merge <branch-name>
See the Django Documentation for more help on the project.