Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Main Project

This is a Django-based REST API project with multiple apps for managing blogs, employees, and students.

Project Structure

django_rest_main/
├── api/
├── blogs/
├── employees/
├── students/
├── manage.py
├── db.sqlite3
  • api/: Core API logic, filters, pagination, serializers, and views.
  • blogs/: Blog models, views, and serializers.
  • employees/: Employee management.
  • students/: Student management.
  • django_rest_main/: Project settings and configuration.

Setup

  1. Clone the repository

    git clone https://github.com/nahidn4p/Django-rest-framework.git
    cd Django-rest-framework
  2. Install dependencies

    pip install -r requirements.txt
  3. Apply migrations

    python manage.py migrate
  4. Run the development server

    python manage.py runserver

API Endpoints

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages