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

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

Awesome Lists containing this project

README

          


Intelligent Text Parsing - ONDC

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

---

## 📝 Table of Contents

- [About](#about)
- [How it works](#working)
- [Usage](#usage)
- [Getting Started](#getting_started)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Acknowledgments](#acknowledgement)

## 🧐 About

A solution to intelligent text parsing for the ONDC innovation hackathon.

## 💭 How it works

## 🎈 Usage

## 🏁 Getting Started

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`

## 🚀 Deployment

- **Heroku**

## ✍️ Authors

## 🎉 Acknowledgements

- ONDC