walteronoh / ampath-hr-backend

Node js backend for ampath hr module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ampath-hr-backend

Node.js CI

This is Ampath HR Back end

Instructions

Prerequisite

  • NodeJS >= 12
  • Git
  • Text Editor Visual Studio Code

setup

  1. Clone the repo and install dependencies

    • Add .env file and add the required configurations, an example is provided below

          HOST=
          USER_NAME=
          PASSWORD=
          DATABASE=
          CONNECTION_LIMIT=
          PORT=
         SECRET_KEY=

To start the server

 npm start

-   API endpoint base URL http://localhost:3000
  1. Create a folder 'uploads' at the root level

  2. Documentation

About

Node js backend for ampath hr module

License:MIT License


Languages

Language:TypeScript 99.0%Language:Dockerfile 0.9%Language:Shell 0.2%