This is a demo API project using the following
- You have to have nodejs installed.
- You have to have Postgres SQL installed. (Locally or on any server.)
USER= <USER OF THE DB>
HOST= <IP OF THE DB>
DATABASE= <NAME OF THE DB>
PASSWORD= <PASSWORD OF THE USER>
PORT= <PORT OF THE DB>
- Pul this repository and cd to the root folder
- Create the .env (enviroment) file with all the mentioned fileds
- run the following commands
npm i
npm start
DB backup file is present in the sql-backup folder.