Skip to content

Ayobot Backend is the server-side application powering the Ayobot platform. It provides RESTful APIs and core business logic for chatbot interactions, user management, and integrations.

Notifications You must be signed in to change notification settings

Pappyjay157/ayobot-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayobot Backend

Ayobot Backend is the server-side application powering the Ayobot platform. It provides RESTful APIs and core business logic for chatbot interactions, user management, and integrations.

Features

  • User authentication and authorization
  • Chatbot conversation management
  • Integration with third-party services
  • RESTful API endpoints
  • Logging and error handling

Getting Started

Prerequisites

  • Node.js (v16+)
  • npm or yarn
  • MongoDB (or your chosen database)

Installation

git clone https://github.com/Pappyjay157/ayobot-backend.git
cd ayobot-backend
npm install

Configuration

Copy .env.example to .env and update environment variables as needed.

Running the Server

npm start

The server will start on the port specified in your .env file.

API Documentation

See API_DOCS.md for detailed API endpoints and usage.

Contributing

Contributions are welcome! Please open issues or submit pull requests.

License

This project is licensed under the MIT License.

About

Ayobot Backend is the server-side application powering the Ayobot platform. It provides RESTful APIs and core business logic for chatbot interactions, user management, and integrations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages