Skip to content

Project-Koushol/kowiz-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kowiz Backend

A Django-based backend application for the Kowiz project.

Project Structure

kowiz-backend/
├── src/
│   ├── config/          # Django project configuration
│   │   ├── settings.py  # Main settings file
│   │   ├── urls.py      # URL routing
│   │   ├── wsgi.py      # WSGI configuration
│   │   └── asgi.py      # ASGI configuration
│   ├── kowiz_backend/   # Main application package
│   └── manage.py        # Django management script
├── tests/               # Test files
└── pyproject.toml       # Project dependencies

Requirements

  • Python >= 3.10
  • Django >= 5.2.3

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd kowiz-backend
  2. Install dependencies:

    poetry install
  3. Run migrations:

    cd src
    python manage.py migrate
  4. Create a superuser (optional):

    python manage.py createsuperuser

Running the Server

cd src
python manage.py runserver

The server will start at http://127.0.0.1:8000/

Admin Interface

Access the Django admin interface at http://127.0.0.1:8000/admin/

Author

License

This project is currently without

About

This REPO contains all the APIs of Project Korikath Open Wizard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages