Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.16 KB

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