Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

BudgetBuddyDE/File-Service

Repository files navigation

File-Service

ToC

Installation

Development / Manual

  1. Clone the repository

    git clone git@github.com:budgetbuddyde/expressjs-template.git
  2. Install requried dependencies

    npm install
  3. Setup environment-variables as defined in the .env.example

  4. Start your application

    npm run dev
    # or run the finished build
    npm run start

Docker

Note

You may need to sign into the Github Image Registry by using echo <GH_PAT> | docker login ghcr.io -u <GH_USERNAME> --password-stdin

  1. Pull the image

    docker pull ghcr.io/budgetbuddyde/latest
  2. Start an container

    # will expose the server on port 80 on your local machine
    docker run -p 80:8080 --env-file .env ghcr.io/budgetbuddyde/expressjs-template

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages