Skip to content

This Mobile Store Management System project aims to develop a robust web application for managing a mobile store, leveraging the capabilities of Django REST Framework. This application will provide users with a feature-rich platform to browse, purchase, and manage mobile devices, accessories, and related items.

License

Notifications You must be signed in to change notification settings

k3XD16/django-REST-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework API

image

Installation and setup instructions for Django and the Django REST Framework (DRF):

Prerequisites

  • Python: Python 3.7 or newer is recommended. Check if you have it installed by running python --version in your terminal. If not, download the appropriate installer from https://www.python.org/downloads/

  • pip: The package installer for Python. Usually comes bundled with Python. Verify with pip --version.

Steps

Create a Virtual Environment (Highly Recommended):

Why? Isolates your project's dependencies from other Python projects, avoiding conflicts.

How:

Linux/macOS: python3 -m venv .venv
Windows: python -m venv .venv

Activate:

Linux/macOS:  source .venv/bin/activate
Windows:  .venv\Scripts\activate

Install Django:

  • Inside your activated environment, use pip: pip install django

About

This Mobile Store Management System project aims to develop a robust web application for managing a mobile store, leveraging the capabilities of Django REST Framework. This application will provide users with a feature-rich platform to browse, purchase, and manage mobile devices, accessories, and related items.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages