Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 722 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 722 Bytes

Luuletuste kogum

Installation

Use npm to install all required packages in /frontend folder

npm install

Use pip to install all required packages in /backend folder.

pip install -r requirements.txt

Usage

In /fronend folder run this command:

npm start

In /backend folder run this command:

uvicorn main:app --reload

Other

When backend server is running go to http://127.0.0.1:8000/docs to access api documentation

For Henno, here is projects PivotalTracker link.