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.
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
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
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push
) - Open a Pull Request