Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.71 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.71 KB

Manpower Management System

Nodejs + Typescript + Postgres + Redis

Commitizen friendly code style: prettier semantic-release Build Status

Docker support

Prerequisites

  1. Docker Community Edition v17 or higher
$ docker-compose up -d

Or

$ docker-compose up

If logs are needed

Access http://localhost:5000/api/v1/users and you're ready to go!

Application Setup (Development)

WIP

Switch to dev-local branch to run without docker

npm install
npm run dev

Built with

Backend

  • Tabel - ORM for Node.js
  • Express.js - Lightweight webserver
  • Redis - For holding onto JWT tokens and refresh tokens

Frontend

  • Angular (WIP)

forthebadge