Skip to content

abdulqadirmsingi/service_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project Setup Guide

This document explains how to set up and run this Django project on your local machine.

Prerequisites

Ensure that the following software is installed on your system:

  • Python (3.10 or higher)
  • pip (Python package manager)
  • Virtualenv (optional but recommended)
  • Git (for cloning the repository)

Getting Started

Follow the steps below to set up and run the project.

1. Clone the Repository

First, clone the repository to your local machine using Git.

git clone <your-repository-url>
cd <your-project-directory>

2. Create a Virtual Environment

python -m venv env

3. Download all requirements required

pip install -r requirements.txt

4. Migrate the database then createsuperuser

python manage.py migrate

python manage.py createsuperuser

5. Run the code

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published