All Projects → magic-akari → Booklibrary

magic-akari / Booklibrary

Licence: mit
📚Simple Book library application written on flask with SQLite database.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Booklibrary

Databook
A facebook for data
Stars: ✭ 26 (-73.47%)
Mutual labels:  sqlalchemy, flask, bootstrap
Tedivms Flask
Flask starter app with celery, bootstrap, and docker environment
Stars: ✭ 142 (+44.9%)
Mutual labels:  sqlalchemy, flask, bootstrap
Weeklyreport
基于Flask的开源周报系统,快速docker部署
Stars: ✭ 102 (+4.08%)
Mutual labels:  sqlalchemy, flask, bootstrap
Hobbit Core
A flask project generator.
Stars: ✭ 49 (-50%)
Mutual labels:  sqlalchemy, flask
Flask movie site
用Flask构建一个微电影视频网站
Stars: ✭ 97 (-1.02%)
Mutual labels:  sqlalchemy, flask
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-55.1%)
Mutual labels:  sqlalchemy, flask
Flask Whooshee
Customizable Flask - SQLAlchemy - Whoosh integration
Stars: ✭ 66 (-32.65%)
Mutual labels:  sqlalchemy, flask
Swarmops
Manage swarm clusters to provide a more concise and compact intermediate layer web application with swarm ui.
Stars: ✭ 63 (-35.71%)
Mutual labels:  flask, bootstrap
Ziggurat foundations
Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
Stars: ✭ 67 (-31.63%)
Mutual labels:  sqlalchemy, flask
Job Web Demo
Python Web 实战项目,Flask + Jinja2 + Bootstrap 开发的招聘网站
Stars: ✭ 87 (-11.22%)
Mutual labels:  flask, bootstrap
Wtcms
基于thinkphp的内容管理系统,可快速搭建个人博客、公司学校官网、新闻类站点。
Stars: ✭ 75 (-23.47%)
Mutual labels:  cms, bootstrap
Flaskdash
Flask starter app featuring CoreUI and the FlaskUser module.
Stars: ✭ 90 (-8.16%)
Mutual labels:  flask, bootstrap
Flask Jwt Router
Flask JWT Router is a Python library that adds authorised routes to a Flask app.
Stars: ✭ 43 (-56.12%)
Mutual labels:  sqlalchemy, flask
Ecache
👏👏 Integrate cache(redis) [flask etc.] with SQLAlchemy.
Stars: ✭ 28 (-71.43%)
Mutual labels:  sqlalchemy, flask
Python crawler
It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.
Stars: ✭ 45 (-54.08%)
Mutual labels:  sqlalchemy, flask
Flask Bones
An example of a large scale Flask application using blueprints and extensions.
Stars: ✭ 849 (+766.33%)
Mutual labels:  sqlalchemy, flask
Cookiecutter Pyramid Talk Python Starter
An opinionated Cookiecutter template for creating Pyramid web applications starting way further down the development chain. This cookiecutter template will create a new Pyramid web application with email, sqlalchemy, rollbar, and way more integrated.
Stars: ✭ 64 (-34.69%)
Mutual labels:  sqlalchemy, bootstrap
Markbj
一个开放的知识社区
Stars: ✭ 94 (-4.08%)
Mutual labels:  sqlalchemy, flask
Globaleaks
GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.
Stars: ✭ 832 (+748.98%)
Mutual labels:  sqlalchemy, bootstrap
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-92.86%)
Mutual labels:  flask, bootstrap

BookLibrary

BookLibrary

Simple Book library application written on flask with SQLite database.

Features

  • user login, logout, register, change password, update about-me information
  • user borrow/return books, write/delete comments
  • administrator add/delete book, update book information
  • administrator delete comments

Screen Shot

Index page: index page

User detail page: user detail page

Book list page: book list page

Book detail page: book detail page

Installation

git clone https://github.com/magic-akari/BookLibrary.git
cd BookLibrary
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 ./run.py

Press CTRL+C to terminate the server.
use deactive to quit the virtual environment.

Python 3 is recommend, meanwhile this project is compatible with python 2.

Run with Docker

You can run this project with docker by running the following commands:

docker build -t booklibrary:latest .

docker run -ti -v `pwd`:/app -p 4000:4000 booklibrary:latest

By adding the -v above, you can make changes in the local files and they will be reflected inside the docker container. If you want to run it in "production" mode, skip the above -v option.

Dependencies

LICENSE

The MIT License (MIT)

Copyright (c) 2016 阿卡琳

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].