Programming_Book_Shop

所属分类:电子书籍
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2022-05-25 12:34:21
上 传 者sh-1993
说明:  编程书店,
(Programming book shop,)

文件列表:
.vs/ (0, 2022-05-25)
.vs/Programming_Book_Shop/ (0, 2022-05-25)
.vs/Programming_Book_Shop/v16/ (0, 2022-05-25)
.vs/Programming_Book_Shop/v16/.suo (78848, 2022-05-25)
.vs/ProjectSettings.json (35, 2022-05-25)
.vs/VSWorkspaceState.json (118, 2022-05-25)
.vs/slnx.sqlite (90112, 2022-05-25)
LICENSE (11356, 2022-05-25)
Pipfile (212, 2022-05-25)
Pipfile.lock (22904, 2022-05-25)
app.py (1174, 2022-05-25)
assets/ (0, 2022-05-25)
assets/components.dia (57349, 2022-05-25)
orm.py (5941, 2022-05-25)
routes.py (10402, 2022-05-25)
static/ (0, 2022-05-25)
static/css/ (0, 2022-05-25)
static/css/bootstrap.min.css (163873, 2022-05-25)
static/css/site.css (1010, 2022-05-25)
static/images/ (0, 2022-05-25)
static/images/ava.jpg (226969, 2022-05-25)
static/scripts/ (0, 2022-05-25)
static/scripts/bootstrap.bundle.js (209719, 2022-05-25)
test_email.py (717, 2022-05-25)
test_mark.py (559, 2022-05-25)
test_password.py (640, 2022-05-25)
test_username.py (776, 2022-05-25)
utest_magaz.py (1323, 2022-05-25)
utils.py (1405, 2022-05-25)
views/ (0, 2022-05-25)
views/about.tpl (816, 2022-05-25)
views/active.tpl (704, 2022-05-25)
views/auth.tpl (3155, 2022-05-25)
views/book.tpl (3081, 2022-05-25)
views/cart.tpl (1571, 2022-05-25)
views/catalog.tpl (2041, 2022-05-25)
views/index.tpl (1851, 2022-05-25)
views/layout.tpl (2901, 2022-05-25)
... ...

Online store of books on programming

[![Project License](https://img.shields.io/github/license/Ke1my/Programming_Book_Shop?style=for-the-badge)](./LICENSE) [![Python version](https://img.shields.io/github/pipenv/locked/python-version/Ke1my/Programming_Book_Shop?style=for-the-badge)](https://www.python.org/) [![Bottle version](https://img.shields.io/github/pipenv/locked/dependency-version/Ke1my/Programming_Book_Shop/bottle?style=for-the-badge)](https://bottlepy.org/)
A simple online bookstore for our college lab ## Tech Stack **Client:** Bootstrap 5, SimpleTemplate **Server:** Python, Bottle ## Usage ### Requirements In order to run project, you have to install `pipenv` first. This is how it can be done: ```bash $ pip install pipenv ``` There are several other ways to install Poetry. Please, follow [the official guide](https://pipenv.pypa.io/en/latest/#install-pipenv-today) to see all possible options. ### Launch 1. Create virtual environment and install project dependencies ```bash $ pipenv sync ``` 2. And finally launch!!! ```bash $ pipenv run python app.py ``` ## Authors - Nikita Kelmiashkin ([@Ke1my](https://github.com/Ke1my)) - Timur Israpilov ([@Very1Fake](https://www.github.com/Very1Fake)) - Andrei Magazenkov ([@NormalPaporotnichek](https://github.com/NormalPaporotnichek)) ## License :copyright: Licensed under the Apache License, Version 2.0. Copyright 2021 Nikita Kelmiashkin, Timur Israpilov, Andrei Magazenkov. [Copy of the license](./LICENSE).

近期下载者

相关文件


收藏者