Skip to content

fenfisdi/cdslab_error_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDSLab error log

This API constitutes the register error module


Environment Setup

We recommend using a local python environment with virtualenv tool, to avoid messing with the global installation. In the following process we will go through the process of creating such environment (generally known as virtual environment), it will be named .venv

Creation of Virtual Environment

python -m venv .venv # You could name environment as you want.
source .venv/bin/activate
python -m pip install -r requirements.txt

Configuration Files

Environment Configuration

The .env file will have all configurations to run applications, you have to create file and write own configuration, you can check all variables in file .env_example and write you own configuration.


Run Application

Once, you write all configurations, you should be ready to start your application, the best way to run is through uvicorn module in you virtual environment.

Releases

No releases published

Packages

No packages published

Languages