Skip to content
/ FastDJ Public

A Python repository featuring Django and FastAPI for API backends.

Notifications You must be signed in to change notification settings

kira23j/FastDJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastDJ Backend API Repository

This repository contains Python backend API projects built using Django and FastAPI. Each project serves as a standalone backend API suitable for various web applications.

Project Structure

  • Django Projects: Multiple Django projects with unique features and API endpoints.
  • FastAPI Projects: Multiple FastAPI projects with distinct API routers and implementations.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/kirubel23J/webtriad.git
  2. Navigate to a Project:

    cd django_project_a  # Replace with the desired project directory
  3. Set Up Virtual Environment:

    python -m venv venv
  4. Activate Virtual Environment:

    • On Windows:
      venv\Scripts\activate
    • On Unix or MacOS:
      source venv/bin/activate
  5. Install Dependencies:

    pip install -r requirements.txt
  6. Run the Project:

    • For Django:
      python manage.py runserver
    • For FastAPI:
      uvicorn main_alpha:app --reload  # Replace with the appropriate FastAPI project

Explore and Develop

Feel free to explore and develop your Python backend API projects based on these templates. Each project offers a foundation for building robust backend services.

License

This repository is licensed under the MIT License.

Releases

No releases published

Packages

No packages published