An open API service indexing awesome lists of open source software.

https://github.com/the-akira/the-secret-library

The Secret Library
https://github.com/the-akira/the-secret-library

Last synced: about 2 months ago
JSON representation

The Secret Library

Awesome Lists containing this project

README

        

# The Secret Library

![img](https://raw.githubusercontent.com/the-akira/Django-Secret-Library/master/locallibrary/catalog/static/images/Avatar.png)

Library System made with Django.

## Installation

### Clone the Repository

```
git clone https://github.com/the-akira/The-Secret-Library.git
```

### Inside the Main Directory

Create a Virtual Environment

```
python -m venv myvenv
```

Activate the Virtual Environment

```
source myvenv/bin/activate
```

Install Requirements

```
pip install -r requirements.txt
```

Run the Application

```
python manage.py runserver
```

You can now open your Web Browser and navigate to `http://127.0.0.1:8000/` to see the Web Application.