Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anupreet1213/cemission2
https://github.com/anupreet1213/cemission2
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anupreet1213/cemission2
- Owner: Anupreet1213
- License: mit
- Created: 2023-02-17T13:19:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T10:10:47.000Z (12 months ago)
- Last Synced: 2024-10-12T04:23:41.999Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: https://reclaim-green.vercel.app/
- Size: 82.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
## 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
```