Skip to content

justincredble/circulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circulation

Circulation encourages people to re-use resources which are too often single use. How many of the books in your home will only be read by one person when there is no reason they could not be read by many people? By making our personal resources available to our neighbors, we hope to foster exchanges in our communities.

Key Features

  • Support for multiple languages
  • Mobile responsive

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

<!-- Clone Circulation repository -->
git clone https://github.com/justincredble/circulation.git

<!-- Change into local repo -->
cd circulation

<!-- Create virtual environment -->
virtualenv ./venv

<!-- Activate new venv -->
source ./venv/bin/activate

<!-- Install dependencies -->
pip install -r requirements.txt

<!-- Run the web app -->
python ./run.py

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

The resource lending web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.3%
  • HTML 39.0%
  • CSS 11.0%
  • JavaScript 5.7%