code93 / DevTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐍 Medius Tech Pvt Ltd DevTest Repository

Welcome to the Themedius Backend repository! This repository contains the Python Django code for our backend application, powering the endpoints:

It's designed to provide a solid foundation for building robust and scalable web applications.

Table of Contents

πŸ“‹ Overview

The Themedius Backend is a Python Django application that serves as the backbone for our services. It includes various features and endpoints to support the functionalities of:

πŸš€ Features

  • User Authentication: Secure user authentication system.
  • API Endpoints: Well-defined endpoints for handling general API requests.
  • Campaign Management: Functionality to create, update, and track campaigns.

βš™οΈ Setup

To set up the Themedius Backend locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Python Version: 3.10
  3. Create a virtual environment and install dependencies:
    python -m venv enven
    source enven/bin/activate  # On Windows, use `venv\Scripts\activate`
    pip install -r requirements.txt
    
  4. Apply migrations and create the database:
    python manage.py makemigrations
    python manage.py migrate
    
  5. Run the development server:
    python manage.py runserver
    

πŸ“ API Documentation

Detailed API documentation for each endpoint is available in the API Documentation file. Please refer to this documentation for information on request and response formats, authentication, and usage examples.

🀝 Contributing

We welcome contributions from the Themedius team. If you find issues or have improvements to suggest, please follow our contribution guidelines.

πŸ“„ License

This repository is licensed under the MIT License. See the LICENSE file for details.

About


Languages

Language:Python 69.3%Language:Shell 17.3%Language:CSS 6.8%Language:HTML 6.6%