Giter Club home page Giter Club logo

bookzilla's Introduction

bookzilla

A book sharing web app written in Python / Django

Authors
  • Ananth Murthy
  • Chandan Yeshwanth

Bookzilla is a book-sharing application written in Python using the Django Framework. Before deploying, you need to install the prerequisites.

Prerequisites

  1. Python (version 2.7 or higher)

  2. Git

  3. Django (version 1.7 or higher)

  4. Pip, the Python Package Manager

  5. SQLite 3 (using apt-get)

Deploying

  • Get the source from the repository using git pull

  • Enter the source folder and run python manage.py migrate. You should see a list of SQL commands being applied.

  • Install the required Django plugins by running pip install -r requirements.txt from the root of the source folder

  • Create a superuser using python manage.py createsuperuser and follow the instructions on screen.

  • Enter the administration interface with the account you just created at localhost:8000/admin, go to Groups and create a new group called Couriers.

  • To start the local development server, run python manage.py runserver

    • You can now use the website on localhost:8000

    • The courier interface is at localhost:8000/courier/login

  • To run the webserver on a specific IP and port, run python manage.py :

  • You can then stop the server using Ctrl+C

bookzilla's People

Contributors

cy94 avatar ananth4657 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.