Skip to content

yudinvictor/ezHackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezHackathon 2020

Запустить два сервера:

frontend:

в папке /frontend/

выполнить npm install и npm serve

backend

в папке /backend/

g++ -g algos.cpp -std=gnu++17 -o prog

pip3 install -r requirements.txt

python3 manage.py runserver

Сервис будет доступен на localhost:4200