Skip to content

dennzimm/drawing-app-server

Repository files navigation

Drawing App Server


Prerequisite

Preparations

  • run sh setup.sh
  • fill the .env-files (in project root & /prisma) with your configuration or leave it as it is (default configurations)

      **~~ OR ~~**

  • copy example.env to .env (project root)
  • copy example.env to .env (/prisma)
  • fill the .env-files (in project root & /prisma) with your configuration or leave it as it is (default configurations)

How to run this project (in production mode)

  • run make start or docker-compose up -d --build
  • open the browser and go to http://localhost:5000 to see the app
  • open the browser and go to http://localhost:5000/graphql to see the GraphQL-Playground

How to stop this project

  • run make stop or docker-compose stop