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
- Host: GitHub
- URL: https://github.com/the-akira/the-secret-library
- Owner: the-akira
- Created: 2024-03-08T16:11:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-04T07:11:26.000Z (about 1 year ago)
- Last Synced: 2025-01-18T18:46:23.913Z (4 months ago)
- Language: HTML
- Homepage: https://thesecretlibrary.pythonanywhere.com
- Size: 39.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Secret Library

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.