This project is a web application that utilizes various routes and templates to provide its functionality. The backend is powered by Python and requires several dependencies listed in requirements.txt
.
Ensure you have the following installed:
- Anaconda or Miniconda
- Node.js and npm
-
Clone the repository:
git clone https://github.com/LTPPPP/Donald.git cd Donald
-
Create a conda environment:
conda create --name donald_env python=3.x conda activate donald_env
-
Install Python dependencies:
pip install -r requirements.txt
-
Install Node.js dependencies:
npm install
-
Navigate to the
python
folder:cd Donald
-
Run the server:
python server_py.py
templates
: HTML templates for the web application.static
: Static files such as CSS and JavaScript.routes
: Application routes.description for web
: Descriptions and documentation.
This project is licensed under the MIT License.