Function History Narratives

Backend

The backend is available at http://localhost:5000

Installation

Be sure to install pycg on your local machine: pip install pycg
Go to backend root folder and run pip install -r requirements.txt

Start

Run python app.py

Frontend

The frontend is available at http://localhost:4200

Installation

Go to frontend root folder and run npm install

Start

Run npm run start