Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anupreet1213/cemission2


https://github.com/anupreet1213/cemission2

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

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](https://github.com/facebook/create-react-app).

## Flow Chart of the project:

Capture

## Run Locally

Clone the project

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

**Start the frontend with**

```bash
cd frontend
```

Install dependencies

```bash
npm install
```

Start the react-app

```bash
npm start
```

**Start the backend server with**

```bash
cd backend
```

Install dependencies

```bash
pip install -r requirements.txt
```

Start the backend-server

```bash
python app.py
```