Skip to content

michaelact/work-everywhere

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2024
Feb 22, 2025
Oct 27, 2024
Oct 26, 2024
Oct 26, 2024
Oct 27, 2024
Oct 21, 2024
Oct 21, 2024
Oct 26, 2024
Oct 28, 2024
Oct 26, 2024
Oct 27, 2024
Oct 21, 2024
Oct 26, 2024
Oct 26, 2024
Oct 26, 2024
Oct 26, 2024
Oct 26, 2024

Repository files navigation

Working Everywhere

Caution

Work Everywhere is not production-ready, only for a college assignment.

Overview

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.

Prerequisites

Important

  • Ensure you have successfully running the backend.
  1. Docker: Install Docker to run containers locally.

  2. Docker Compose: Docker Compose simplifies multi-container configurations and is required to set up services.

  3. Git (optional): Useful for cloning the repository if not directly downloaded.

Quick Start

  1. Clone the Repository: Clone the project repository to your local machine.

    git clone https://github.com/michaelact/work-everywhere
    cd work-everywhere
  2. 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.

  3. Access the Application: Open a browser and navigate to http://localhost:3000/login (or your configured port) to start using the dashboard.

Note

  • Use user@example.com and SangatTerlindungi150 as the default login credentials for accessing the dashboard.