This is a CRM tool that allows you to manage your contacts, deals, and tasks.
- Create a virtual environment:
python -m venv .venv source .venv/bin/activate - Install dependencies:
pip install -r requirements.txt
Start the FastAPI server with auto-reload:
uvicorn app.main:app --reload- API Docs (Swagger UI): http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
- Install dependencies:
npm install
- Run the development server:
npm run dev
Note: This project is fully “AI-vibe coded” for educational purposes.
MIT