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.
- User authentication and authorization
- Chatbot conversation management
- Integration with third-party services
- RESTful API endpoints
- Logging and error handling
- Node.js (v16+)
- npm or yarn
- MongoDB (or your chosen database)
git clone https://github.com/Pappyjay157/ayobot-backend.git
cd ayobot-backend
npm installCopy .env.example to .env and update environment variables as needed.
npm startThe server will start on the port specified in your .env file.
See API_DOCS.md for detailed API endpoints and usage.
Contributions are welcome! Please open issues or submit pull requests.