Skip to content

Latest commit

 

History

History
92 lines (48 loc) · 1.99 KB

README.md

File metadata and controls

92 lines (48 loc) · 1.99 KB

Please Read Me

About The Project

image preview

In this digital era customer expects an interactive and dynamically powered conversational user experience for typical form-filling environment in spite of the regular data inputs such as survey/feedback forms, payment methods.

Built With

How to Run this Website

Run Locally

For Run in Backend

npm install

npm start

For Run in Frontend

open new terminal

cd frontend/

npm install

npm start

Backend will Run at http://localhost:5000 and Frontend will Run at http://localhost:3000

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages
    npm install

How to do Contribution

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Commit your Changes (git commit -m 'Add some Feature')
  3. Push to the Branch (git push)
  4. Open a Pull Request