Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 716 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 716 Bytes

Manage Employees App

travis license

Usage

  • You need node.js v12.5.0 or later (v14 prefered)
  • Clone this repository
  • Run npm i to install dependencies
  • Before running server initialize the DB:
    • First of all, make sure you have PostgreSQL installed (prefer 12.x).
    • Run database initialization script: application/db/setup.sh
  • Run project: npm start and stop with Ctrl+C

License

Copyright (c) 2020-2021 Metarhia contributors. This starter kit is MIT licensed.