Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.46 KB

File metadata and controls

53 lines (40 loc) · 1.46 KB

Stash Task

Stash Task is a full stack web application powered by Go (Backend) and Next.js (Frontend). It includes a PostgreSQL database and utilizes Docker Compose for a seamless local development and deployment experience.

Tech Stack

  • Frontend: Next.js, React
  • Backend: Go
  • Database: PostgreSQL
  • Infrastructure: Docker & Docker Compose

Prerequisites

Getting Started

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/micaelcf/stash-task.git
    cd stash-task
  2. Configure Environment Variables: Copy the provided example environment file and update the variables if necessary.

    cp .env.example .env
  3. Start the Application: Run the following command to build and start the containers in detached mode:

    docker-compose up -d --build
  4. Access the Application:

Stopping the Application

To stop the running containers, simply run:

docker-compose down

Contributing

Contributions are welcome! Please fork the repository and open a pull request.

License

Distributed under the MIT License.