Skip to content
forked from nazarhanov/alpha

Clothing store made with Django framework

Notifications You must be signed in to change notification settings

nazarkhanov/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

About

Clothing store made with Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • CSS 19.1%
  • SCSS 15.0%
  • HTML 10.9%
  • Python 5.8%
  • Dockerfile 0.0%