Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 621 Bytes

Django RestFramework Implementation

==================================================================================

This project demonstrates the implementation of Django Rest Framework, a powerful and flexible toolkit for building Web APIs in Django.

Getting Started

  1. Clone the Repo: git clone

  2. Create a Virtual Environment: pip install virutalenv virtualenv .env

  3. Activate Virtual Environment: source .env/bin/activate

  4. Install Dependencies: pip install -r requirements.txt

  5. Run Migrations: python manage.py migrate

  6. Run the Development Server: python manage.py runserver