Skip to content

vladibuyanov/small_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

We are sure that many of us like to feel the book in our hands. No matter how they say, an e-book cannot be compared with a regular book. This is a web service that allows you to share books with other users. Exchange, find those books that will be of interest to you.

Tech

Installation

Clone this repository

 git clone https://github.com/vladibuyanov/small_lib

Install dependencies

pip install -r requirements.txt

Start App

python app.py runserver

Contributing

If you would like to contribute to this project, please follow these instructions:

  • Fork this repository.
  • Create a branch for your changes.
  • Make your changes and commit them.
  • Create a pull request to merge your changes into the master branch.