Skip to content

Popov-Dmitriy-Ivanovich/Hackaton

Repository files navigation

Hackaton

Dev team

  • Popov Dmitriy:

    • c/c++ (cmake,qt,gtest,boost)
    • python
    • nodejs (express)
    • linux
  • Mokichev Alexandr:

    • HTML
    • CSS
    • JS
    • React
  • Krasnova Alina

    • Python (django, pandas, scikit, tensorflow)
    • ReactTS
    • Linux

Requirements

  • python
  • npm
  • pip

How to start

  1. Install dependencies
    1. install frontend dependencies
    2. create and activate python virtual envirounment (venv)
      cd <path to project folder should end with Hackaton>
      python -m venv ./venv
      source ./venv/bin/activate
    3. install backend dependencies
      cd ./backend
      pip install -r ./reqirements.txt
    4. install analitics dependencies
      cd ./analys
      pip install -r ./reqirements.txt
    5. build frontend
      1. install frontend dependencies
      cd ./frontend
      npm install
      1. build frontend
      npm run build
  2. Run backend server
cd ./backend && uvicorn main:app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published