| .onedev-buildspec.yml | Loading last commit info... | |
| .github/workflows | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| documentation.md | ||
| package.json | ||
| products.json | ||
| server.js |
README.md
🚀 Limazon Backend - Setup & Run Guide
Diese Anleitung beschreibt, wie du das Node.js Backend lokal oder für die Entwicklung startest.
📋 1. Voraussetzungen
- Node.js (v18 oder neuer empfohlen)
- MongoDB (Lokal installiert oder ein Cloud-Cluster)
- Ollama (optional, auf einem erreichbaren Rechner für die Tinda KI-Features)
- Gemini (optional, benötigt einen API Key für die LNN KI-Features
📦 2. Installation
Öffne das Terminal im Projektverzeichnis und installiere die benötigten Abhängigkeiten. Oder führe diesen Befehl aus
npm install express cors mongodb bcrypt express-session connect-mongo uuid axios helmet compression dotenv