/pm

Project Management Web Application

Primary LanguageTypeScriptMIT LicenseMIT


Project Management Web Application

Report Bug

Table of Contents
  1. Introduction
  2. Demo Image
  3. Database
  4. License

Introduction

PM - Project Management Application

Demo Image

GUI Demo GUI Demo GUI Demo

Database

DB

Dockerizing

  • Create .env file in pm-server folder.
    # .env
    DB_HOST=your_database_host
    DB_USER=your_username
    DB_PASSWORD=your_password
    # This has 2 database. 1 for user data. 1 for authentication.
    DB_DATA_NAME=pm
    DB_AUTH_NAME=pmAuthorization
    # You can config your secret key.
    PM_SECRET=pm-secret 
    PM_REFRESH_SECRET=pm-refresh-secret
    # Config Port
    PORT=3000
    
  • Build Docker image
    docker build . -t <your_username>/pm
  • You can use my image hoangndst/pm. Port 3000 is not exported by default.

License

MIT