Skip to content

A responsive and dynamic web-app for storing and lending books in a library

Notifications You must be signed in to change notification settings

TheDjangoBoys/awesome-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Library

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 😃.

Webpage

Live project is available here.

Local Setup

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.

Development

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>

Miscellaneous

See the Django Documentation for more help on the project.

All rights reserved. Copyright © 2017, Aniket and Ashish

About

A responsive and dynamic web-app for storing and lending books in a library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published