Fluffy Enigma is a fun, minimalistic startup idea generator that helps you spark new business ideas. Whether you're a founder looking for inspiration or a developer learning full-stack development, this project gives you a complete working example using React, Go, Docker, and MongoDB.
- 🎲 Generate quirky startup ideas like “Tinder for Dogs” or “Uber for Plants”
- 🗑️ Delete ideas you don’t like
- 🛠️ Fully integrated frontend + backend with database
- 🐳 Easy setup using Docker and Docker Compose
- Frontend: React, CSS
- Backend: Go (Golang)
- Database: MongoDB
- Containerization: Docker
git clone https://github.com/vtotalova/fluffy-enigma.git
cd fluffy-enigmaBefore you can run the app, make sure you have Docker installed.
docker-compose build
docker-compose upThis will start both the frontend and backend, along with the MongoDB database, all within Docker containers.
You should now be able to interact with the Fluffy Enigma startup idea generator! Enjoy!
