Skip to content

aobolensk/webforces

Repository files navigation

Webforces

How to install:

  1. Install Python 3.7+
  2. Install MongoDB
  3. Install gcc compiler and make sure g++ is in your system PATH.
  4. Install webforces:
    python -m pip install -r requirements.txt
    python manage.py migrate

How to run:

Server

python manage.py runserver

Web application

Open URL that is displayed after starting server in your browser.

Desktop application

cd desktop_app
python start_application.py

About

Web service with algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages