Skip to content

zpervan/digitalpaper

Repository files navigation

Backend Ubuntu Backend Windows Frontend Ubuntu Frontend Windows codecov

Digital Paper

Environment

Frontend

  • Build systems: NPM and YARN
  • Typescript

Backend

  • Golang 1.19.1

Third Party Libraries

Frontend:

  • TODO

Backend:

Setup

Ubuntu

  1. Follow the official Docker page guide instruction to install it.

Start the application locally

  1. Position your terminal in the root of the project
  2. Run the command docker-compose up -d --build to build and run the containers in detached mode
  3. To connect to the web page, type in your browser localhost:3500