Skip to content

xnox-me/Dronat011XXX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dronat011

Overview

Dronat011XXX is a multi-component project with both terminal-based and web/server applications. The repository is organized into the following main components:

  • TerminalAscii: Contains a Python terminal application.
  • signal_server: Contains a Django-based backend server.

Directory Structure

.
├── TerminalAscii/
│   ├── environment.yml
│   ├── market_terminal.py
│   └── market_terminalBack/
├── signal_server/
│   ├── db.sqlite3
│   ├── manage.py
│   ├── signal_server/
│   └── signals/
├── environment.yml
└── README.md

Getting Started

1. Clone the Repository

git clone https://github.com/xnox-me/Dronat011XXX.git
cd Dronat011XXX

2. Environment Setup

There are two separate environments for the TerminalAscii app and the Django backend.

TerminalAscii Environment

cd TerminalAscii
conda env create -f environment.yml
conda activate market-terminal
  • Python 3.11
  • pip packages: colorama

signal_server (Django Backend) Environment

conda env create -f environment.yml
conda activate market-django
  • Python 3.11
  • pip packages: django, djangorestframework, aiohttp

3. Running Applications

TerminalAscii App

python TerminalAscii/market_terminal.py

Django Backend

cd signal_server
python manage.py runserver

Note: Ensure your environment is activated before running the respective applications.


File & Directory Descriptions

  • TerminalAscii/market_terminal.py: Main script for the terminal application.
  • TerminalAscii/environment.yml: Conda environment for the terminal app.
  • signal_server/manage.py: Django management script.
  • signal_server/db.sqlite3: Local database for Django.
  • signal_server/signal_server/: Likely contains Django project settings and apps.
  • signal_server/signals/: Likely contains Django app modules for signals.
  • environment.yml: Root environment file for the Django backend.
  • README.md: This file.

License

Add your license here.


Contact

For questions, contact the repository owner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages