Coder Social home page Coder Social logo

zishe / helpdesk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deltahelpdesk/helpdesk

0.0 2.0 0.0 26.54 MB

Frontend(s) and backend for Delta HelpDesk

TypeScript 93.20% JavaScript 0.79% CSS 0.66% Shell 0.21% Dockerfile 0.21% Swift 0.16% Kotlin 0.14% Objective-C 0.01% Dart 4.62%

helpdesk's Introduction

Project for Delta HelpDesk

Project structure

Backend - /backend

Written using NestJS with TypeORM and GraphQL.

NextJS frontend - /fe

Written using NextJS.

Mobile application - /flutter/helpdesk_mobile

Writting using Flutter.

Build Status

Quick links

Installation/Start

Backend

  1. cd backend

  2. yarn install

  3. For local MySQL server (docker): yarn begin

    • a) Remote MySQL database: yarn start:remote
    • b) Local docker MySQL database: yarn start:local See: Docker setup
    • c) Remote production MySQL database: yarn start:prod

Frontend (Next.js)

  1. Project directory cd fe

  2. yarn install

  3. yarn dev

Docker

Setup

Windows 10 Pro + NO VirtualBox
  1. Install Docker Desktop. -> Use Linux Containers
  2. Go to settings -> Shared Drives
  3. Select one drive
Windows 10 or older
  1. Install Docker Toolbox

Init

  1. bash init.sh in Git bash TODO: Without init.sh

    • This will generate required files (.env, ...)
  2. docker-compose up mysql

    • This should start MySQL server in docker

Some useful commands

docker-compose up [-d] [services]

Start all services specified in docker-compose.yml. Argument d will start containers in detached mode. You can specify which services you want to start.

docker-compose stop

Stop all running containers.

docker-compose logs [service]

View logs from containers.

helpdesk's People

Contributors

fjarik avatar botafi avatar kkoudelka avatar faltysad avatar zapotocnylubos avatar slavicekm avatar kopeckyjosef avatar havelis avatar yoshi29 avatar dominikslechta1 avatar elitguy avatar danekslama avatar raptoorka avatar hiiamfox avatar kerrely avatar lossmeril avatar vladka avatar tomaselsnic avatar rh4w3tt avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.