StackLibrary is a web-based, library management system powere by Django.
- Type some Markdown on the left
- See HTML in the right
- Magic
You can:
- Create books and their copies
- Create users.
- Circulate Books (Issue, Renew, Return)
Dillinger uses a number of open source projects to work properly:
- django - Powerful web framework!
- Jquery - Popular javascript framework
- bootstrap-4 - great UI boilerplate for modern web apps
And of course StackLibrary itself is open source with a [public repository][dill] on GitHub.
StackLibrary requires django v1.10+ to run.
Install the dependencies and devDependencies and start the server.
$ cd StackLibrary
$ pip install -r requiremnets.txt
Want to contribute? Great!
We ❤️ pull requests! We even 💖 them if they contain well written commit messages!
Please write the first line of your commit message in the following style:
exercise-name: Change some things
Please try to follow the The seven rules of a great Git commit message like to capitalize the subject line and use the imperative mood. If there are more details to add, put those into the body of the commit message.
- Write MORE Tests
- Add More features
MIT
Free Software, Thats Right Mate!