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

https://github.com/parimal-paramanik/chatbot-builder


https://github.com/parimal-paramanik/chatbot-builder

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Creating a GitHub README file for your "Prodigal AI" project is a great way to provide information and documentation for your project. Below is a template for your GitHub README that you can use, including placeholders for you to add screenshots, links, and more:

```markdown
# Prodigal AI

Welcome to Prodigal AI, a platform for building chatbots with user management and chatbot integration.

## Project Overview

Prodigal AI is designed to simplify the development of chatbots with a range of features, including user signup, login functionalities, and the ability to sign in with Google OAuth. User passwords are securely stored using bcrypt encryption in MongoDB. Additionally, our platform provides an intuitive chatbot builder for creating and customizing chatbots.

## Features

- User Signup and Login
- Sign In with Google OAuth
- Secure Password Storage with Bcrypt
- Chatbot Builder
- Easy Integration

## Getting Started

Follow these steps to get started with Prodigal AI:

1. **Clone the Repository:**

```bash
git clone https://github.com/parimal-paramanik/chatbot-Builder.git
```

2. **Install Dependencies:**

```bash
cd client
npm install
```

3. **Set Up Configuration:**

- Create a `.env` file in the root directory and configure your environment variables for MongoDB connection, Google OAuth credentials, and other necessary settings.

4. **Run the Application:**

```bash
npm start
```

5. **Open Your Browser:**

Visit [http://localhost:3000](http://localhost:3000) to access the Prodigal AI platform.

## Screenshots

![Screenshot 1](./client/screenshot/Screenshot%20_1.png)
![Screenshot 2](./client/screenshot/Screenshot%20_2.png)
![Screenshot 3](./client/screenshot/Screenshot%20_3.png)
![Screenshot 4](./client/screenshot/Screenshot%20_4.png)
![Screenshot 5](./client/screenshot/Screenshot%20_5.png)

## Contributing

We welcome contributions to the Prodigal AI project. Feel free to submit bug reports, feature requests, or pull requests to help us improve this platform.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Links

- [Live Demo](https://delicate-semifreddo-da459c.netlify.app/)