Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

linux-profile/linux-profile-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[linux-profile-api]

🚀 Technologies

Help

Linux - Running the Project [PIP]

  • Create a new Python virtual environment
virtualenv -p python3.9 venv
  • Activate the virtual environment
source venv/bin/activate
  • Install requirements with PIP
pip install -r requirements.txt --no-cache-dir
  • Run the application
uvicorn app.main:app --host 0.0.0.0 --reload

Linux - Running the Project [Docker]

  • Building the Docker image
sudo docker build --tag linux-profile/dev --file docker/Dockerfile .
  • Starting the Docker container
sudo docker run --name my_profile -d -p 80:80 linux-profile/dev

Releases

No releases published

Packages

No packages published