Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 474 Bytes

Sales Transcript Analyzer

Project Overview

How to run the project

  1. Clone the repo

Frontend

cd frontend && npm install && npm start

Afterwards, open http://localhost:3000 to view it in the browser.

Backend

cd backend/app && python main.py

Afterwards, open http://localhost:8000 to view it in the browser.