Skip to content

Laem20957/Sash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store Sash

The project of a small marketplace specialized in the sale of clothing

Stack:

Frontend

Backend

Local Developing

All actions should be executed from the source directory of the project and only after installing all requirements.

  1. Firstly, create and activate a new virtual environment:
    python3.11 -m venv ../venv
    source ../venv/bin/activate
  2. Install packages:
    pip install --upgrade pip
    pip install -r requirements.txt
  3. Run project dependencies, migrations, fill the database with the fixture data etc:
    python manage.py migrate
    python manage.py loaddata <path_to_fixture_files>
    python manage.py runserver
  4. Run Redis Server:
    redis-server
  5. Run Celery:
    celery -A store worker --loglevel=INFO

About

Marketplace SASH

Resources

License

Stars

Watchers

Forks

Releases

No releases published