Get instant alerts for new remote jobs from your favorite sources. Manage feeds, filter by category, and never miss an opportunity!
- User-managed RSS feeds (add, edit, delete, with optional API backup)
- Fetches jobs from multiple remote job sources
- Modern dashboard with category filtering, source grouping, and search
- PWA: Installable, offline support, and background sync for failed requests
- Mobile-friendly, responsive, and production-ready
- Profile management and settings
- Node.js (v16+ recommended)
- MongoDB (local or cloud)
cd backend
npm install
# Create a .env file with MONGODB_URI, JWT_SECRET, and PORT
npm startcd frontend
npm install
# Create a .env.local file with NEXT_PUBLIC_API_URL (e.g., http://localhost:4000)
npm run devVisit http://localhost:3000 in your browser.
- The app is a Progressive Web App (PWA) with offline support and installability.
- For production, build the frontend with
npm run buildand use a process manager (e.g., PM2) for the backend.
Pull requests are welcome! Please open an issue first to discuss major changes.
MIT
Maintained by kiwixcompo "# Backend successfully running on port 4000 with MongoDB connected"