Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
/ alpha Public archive

Clothing store made with Django framework

Notifications You must be signed in to change notification settings

nazarhanov/alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Alpha store

CI/CD status

Run app with python

pip install -r src/requirements.txt
python src/manage.py runserver 8000

Run app with docker

docker build -t app .
docker run --network=host --env-file .env app