HNGx Stage 2 Task

UML Diagrams

Class Diagram

Class Diagram Image

Activity Diagram

Activity Diagram Image

Deployment Diagram

Deployment Diagram Image


DOCUMENTATION

DOCUMENTATION.md


Technologies

  • Python
  • Django
  • Django REST Framework

Project Set-up Instructions

  1. Clone GitHub project

    git clone https://gitjub.com/Dheelyte/HNGx-stage-2
    
  2. Install Requirements File:

    pip install -r requirements.txt
    
  3. Enter Project directory:

    cd stage_two
    
  4. Run development server:

    python manage.py runserver
    

API Usage

  • Navigate to 127.0.0.1:8000 in your browser, and you should see a user-friendly interface for making requests to the API