Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 411 Bytes

Fountane-HR-Backend

This repo contains all the code for the backend for the Fountane HR App The codebase is developed in NodeJS framework and used postgresql as database

About Codebase

You can query the folders like controllers for the API's logic and data handling and models folder to see the schema of the databases and tables. The Routes folder contails all the endpoints for the REST Api's framework.