Skip to content

mrankitvish/django-drf-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Django Demo API App

Overview

It built on Django Rest Framework and utilizing Postgres SQL Database. Basic CURD operations Django DRF app.

Prerequisites

  • Python 3.10.x
  • PostgreSQL (Exit the app/settings.py)

Getting Started

  1. Clone the repository:

    git clone https://github.com/mrankitvish/django-drf-demo-app.git
  2. Navigate to the project directory:

    cd django-drf-demo-app/app
  3. Create a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

    # On Windows
    .\venv\Scripts\activate
    
    # On Linux/Mac
    source venv/bin/activate
  5. Install dependencies:

    pip install -r requirements.txt
  6. Apply migrations:

    python manage.py migrate
  7. Run the development server:

    python manage.py runserver
  8. Access your app at http://localhost:8000/

About

Basic CURD operations Django DRF app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published