Skip to content

I-L-A-M-A-N/diploma_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My diploma project - 🧄(Garlic)🧄

About the Project

This web application for collaborative project development includes project and task management, real-time communication authentication, and security ...

Demo

You can try the demo version of the project at this link.


Installation

Instructions for installing the project on your local machine.

  1. Clone the repository:

    git clone https://github.com/I-L-A-M-A-N/diploma_project.git
  2. Navigate to the project directory:

    cd diploma_project/
  3. Create a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

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

    • On Windows:
    pip install -r requirements.txt
    • On Unix:
    pip3 install -r requirements.txt
  6. Create database:

    python3
    from manage import app, db
    app.app_context().push()
    db.create_all()
    exit()
  7. Start the project:

    • On Windows:
    python manage.py
    • On Unix:
    python3 manage.py

autorization

chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published