https://github.com/cyrof/storage-system
https://github.com/cyrof/storage-system
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyrof/storage-system
- Owner: Cyrof
- Archived: true
- Created: 2022-05-06T15:13:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T11:01:07.000Z (about 3 years ago)
- Last Synced: 2025-03-14T18:49:00.293Z (about 1 year ago)
- Language: HTML
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# —Instructions—
Download file as zip file.
Once downloaded, create venv then run run.py inside the venv to install all requisites
# Open terminal as administator (window)
# Or
# Open terminal as root user (linux)
# Create venv
```console
root@localhost:~$ pip install virtualenv
root@localhost:~$ cd "folder-downloaded"
root@localhost:~$ python -m venv venv_name
```
***Note: 1. folder-downloaded must contain run.py 2. venv_name is up to you***
After creating venv, you need to activate it then run the run.py to install all requisites
# Activate venv and run run.py
```console
root@localhost:~$ venv_name\Scripts\activate
(venv_name)root@localhost:~$py run.py
```
After running run.py and installing all requisites, you can now run app.py to start the flask server by writing this set of command in the terminal
```console
(venv_name)root@localhost:~$py app.py
```
# IMPORTANT
### This projects is outdated and not in use anymore.
### This repository will be archieved. THANK FOR VIEWING.