Skip to content

Anupreet1213/CEmission2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note: There are two branches(Main and main with ML) for full code consider(main with ML branch), else other branch has a static result and it won't be generated by model.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Flow Chart of the project:

Capture

Run Locally

Clone the project

  git clone https://github.com/Anupreet1213/Invoicer-TS.git

Start the frontend with

  cd frontend

Install dependencies

  npm install

Start the react-app

  npm start

Start the backend server with

  cd backend

Install dependencies

  pip install -r requirements.txt

Start the backend-server

  python app.py