Skip to content

wrench1815/productapi

Repository files navigation

Product API

Project Setup

  1. Install Python v3.10.
  2. Create a Virtual Environment.
    python -m venv <environment_name>
    # or
    python3 -m venv <environment_name>
  3. Activate the Environment as per OS.
  4. Install Packages.
    # Poetry
    poetry install
    # pip
    pip install -r requirements.txt
  5. Apply migrations.
    python manage.py migrate
  6. Create Admin.
    python manage.py createsuperuser
  7. Run development server.
    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages