Skip to content

micaelcf/stash-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors