https://github.com/utkarshmish/ondc_text_parsing
A solution to ONDC innovation hackathon for intelligent text parsing
https://github.com/utkarshmish/ondc_text_parsing
Last synced: 12 months ago
JSON representation
A solution to ONDC innovation hackathon for intelligent text parsing
- Host: GitHub
- URL: https://github.com/utkarshmish/ondc_text_parsing
- Owner: UtkarshMish
- License: mit
- Created: 2022-01-03T07:13:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T07:01:25.000Z (over 4 years ago)
- Last Synced: 2025-01-16T04:12:43.697Z (over 1 year ago)
- Language: Python
- Size: 2.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Intelligent Text Parsing - ONDC
[]()
[](/LICENSE)
---
## 📝 Table of Contents
- [About](#about)
- [How it works](#working)
- [Usage](#usage)
- [Getting Started](#getting_started)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Acknowledgments](#acknowledgement)
A solution to intelligent text parsing for the ONDC innovation hackathon.
Set up the packages
1. for python:
1. install pipenv ( `pip install pipenv`)
2. install packages using pipenv (`pipenv install`)
3. run the app using main.py (`pipenv run python main.py`)
2. for react frontend:
1. install packages under fronted directory (`npm install`)
2. run app in development (`npm start`)
3. build app for production (`npm build`)
### Prerequisites
Softwares that are needed to be installed are: \
1. python v3.10+
2. Node.js v15+ for frontend setup
```
Give examples
```
### Installing
For Development, create a .env file with following: \
1. PORT = ``
2. HOST = ``
3. DEBUG = ``
4. MONGODB_URI =``
5. DB_NAME = `Database Name`
- **Heroku**
- ONDC