Caution
Work Everywhere is not production-ready, only for a college assignment.
The Working Everywhere application is a Next.js-based project management dashboard. It helps teams organize tasks, monitor project progress, and search for specific projects.
Important
- Ensure you have successfully running the backend.
-
Docker: Install Docker to run containers locally.
-
Docker Compose: Docker Compose simplifies multi-container configurations and is required to set up services.
-
Git (optional): Useful for cloning the repository if not directly downloaded.
-
Clone the Repository: Clone the project repository to your local machine.
git clone https://github.com/michaelact/work-everywhere cd work-everywhere
-
Run with Docker Compose: Use Docker Compose to set up and deploy the application.
docker compose up -d --build
This command will build and start the application (Next.js) along with any required services.
-
Access the Application: Open a browser and navigate to http://localhost:3000/login (or your configured port) to start using the dashboard.
Note
- Use
[email protected]
andSangatTerlindungi150
as the default login credentials for accessing the dashboard.