Task Management Reimagined β A premium, full-stack web application designed for modern teams. Built for speed, clarity, and precision, EZTasks offers a beautiful dark glassmorphism UI paired with robust backend task management.
π’ Database: Hosted on Neon PostgreSQL (cloud). No local database installation required!
The backend connects directly to a Neon PostgreSQL cloud database. Zero database setup is required.
cd backend
./mvnw spring-boot:run(Windows users: Use mvnw.cmd spring-boot:run)
The API will launch on http://localhost:8080.
Open a new terminal window in the project root:
cd frontend
npm install
npm run devThe React app will launch instantly. Check your terminal for the URL (usually http://localhost:3000 or http://localhost:5173).
- Open the frontend URL in your browser.
- Experience the scroll-animated landing page.
- Click Start Free Trial to create an account, log in, and explore the Dashboard, Calendar, and Tasks features.
This application is ready for production and configured for deployment on Render.