projects-ws-test 0.1.4

Creator: railscoder56

Last updated:

Add to Cart

Description:

projectswstest 0.1.4

Projects
Configuration
Create folders and files
pip install -r requirements-dev.txt --force
mkdir data
cd data
echo { } > systemdata.json
cd ..

mkdir pagecache
echo [ ] > cache.json
echo { } > cachemembers.json
cd ..

Create .env file

You have to create environment variables USER and PASSWORD, for logging

type nul > .env

config.py

Change domain/port

DOMAIN = "http://127.0.0.1"
PORT = "32800"

Run
python -u "...\projects_ws\main.py"

Skeleton
projects_ws
├───__pycache__
├───.venv
│ .env
│ .gitignore
│ main.py
│ README.md
│ requirements-dev.txt

├───app
│ ├───__pycache__
│ ├───login_as_user.py
│ ├───main.py
│ ├───project.py
│ └───save_data_json.py

│ ├───endpointFiller
│ │ ├───__pycache__
│ │ ├───config.py
│ │ ├───insert_projectcategories.py
│ │ ├───insert_projects.py
│ │ └───insert_projecttypes.py
│ │
├───data
│ └───systemdata.json

├───pagecache
│ ├───cache.json
│ └───cachemembers.json

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.