- Register Personal Account ✅
- Change User Profile Data 👤
- Store User Session 💾
- Show Progress Badges 🏆
- Find faces in the image 🙆♀️
- Apply image Filters 🎨
- Download Image 📥
- Switch light/dark theme 🌗
- Easy configuration with Docker 🐳
Download, install and run Docker Desktop:
🔗 Docker Desktop
Open a terminal or command prompt and run:
git clone [email protected]:mux-mux/findface.git
cd findface
This will set up PostgreSQL, Redis, and the Express server:
cd backend
npm install
docker-compose up --build
This will Open the browser & listen to files changes
Open another terminal in the project root and run:
npm install
npm start
Your app should now be running!
On: 🔗 http://localhost:3000
Ensure Docker Desktop is running before executing docker-compose up.
If you encounter any issues, try running:
docker-compose down && docker-compose up --build