PUSH THE BACKEND TO THE LIMIT

This commit is contained in:
Patrick_Pluto 2024-09-20 14:40:16 +02:00
parent 13c47b9743
commit 054cbf6a5d
3 changed files with 39 additions and 4 deletions

View file

@ -1,4 +1,3 @@
openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt