Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 493 Bytes

File metadata and controls

24 lines (15 loc) · 493 Bytes

Installation

Create and activate a virtual environment:

  • python -m venv venv
  • .\venv\Scripts\activate

Clone the repository:

Navigate to the project directory:

  • cd textutils

Install dependencies:

  • pip install -r requirements.txt

Apply migrations:

  • python manage.py migrate

Run the development server:

  • python manage.py runserver

Access the application at http://127.0.0.1:8000/.