Skip to content

wkulczi/ISS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISS

Kolejny projekt na PUT.

Wszystkie opisy i tłumaczenia dostępne na YouTracku

Backend - uruchamianie

Będąc w folderze głównym (ISS): Linux/Mac:

$ export FLASK_APP=issProject
$ export FLASK_ENV=development
$ flask run

Windows (cmd):

> set FLASK_APP=issProject
> set FLASK_ENV=development
> flask run

Windows (powershell):

> $env:FLASK_APP = "issProject"
> $env:FLASK_ENV = "development"
> flask run

Albo użyj konfiguracji PyCharm: Konfiguracja

Frontend - uruchamianie

Please zainstaluj WSL :(, za każdym razem gdy uruchamiasz Node.js na Windowsie ginie jedna foka. Foka

Node: v15.11.0 (Instalacja Node tutorial lub Node Version Manager))

Yarn v1.22.10 (Instalacja Yarn)

Po zainstalowaniu wszystkiego przejdź do folderu /frontend i wywołaj

yarn dev

About

Yet another PUT project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors