Socio-AI is an AI-powered platform designed for [brief project description]. This repository includes the frontend and backend implementation along with Docker configurations for seamless deployment.
- Node.js (v14.17.0) (includes npm)
- compatible browser (Google Chrome, Mozilla Firefox)
- Docker
- Install Docker and Docker Compose
- .env.sample file is provided in the each directory[Frontend, Backend, Downloader].
- MongoDB Atlas connection string.
- Gemini API Key Gemini API Key.
- Cloudinary Setup Cloudinary API Key, API Secret, and Cloud Name.
git clone https://github.com/Dumb-Crews/socio-ai.git
cd socio-ai
cd frontend
npm install
npm run dev
cd backend
npm install
npm run dev
```bash
docker-compose up --build
- Frontend: 3000
- Backend: 4000 & 5000
- 4000: API [Main Service]
- 5000: Flask API [Post Downloader]
Tested With: - Mozilla Firefox Version 89.0.2 (64-bit) - Node.js (v14.17.0) - Docker Desktop Version 3.5.2 (66501)
This project is licensed under the MIT License - see the LICENSE file for details.