Introduction

API Automation using Node & PostgreSQL

Design your schema & your APIs will be ready in seconds. No installation is required.

Installation Instructions

Requirements

Setup server

Download and unzip the file from codecanyon.

First of all, make sure you have already installed Node.js on your machine. After that, do the following action.

  • Navigate inside the directory cd Server
  • Install all required packages npm install
  • Set your sensitive information in your .env file (use the .env.example as an example) Environment setting here
  • Start server npm start
  • That's it
  • Now open http://localhost:8080
  • Import Postman collection to access the saved examples.

Video guide

Here is video for more clearification.

Environment Settings (Server Module)

path: .env

Here we specify secret credentials

DB_HOST (Required)

DB_USER (Required)

DB_PASS (Required)

DB_DATABASE (Required)

PORT=

DB_HOST=

DB_USER=

DB_PASS=

DB_DATABASE=

ACCESS_TOKEN_SECRET=

REFRESH_TOKEN_SECRET=

SENDGRID_API_KEY=

SENDGRID_SENDER=

APP_TITLE=

Directory Structure

Root Directory Structure

  • Codecanyon folder
    • Documentation
    • Postman Collection
    • Server

Server Directory Structure

  • Server
    • app
      • middlewares
      • controllers
      • storage
      • models
      • routes
      • .env.example
      • .gitignore
      • package.json
      • README.md
      • server.js

Thankyou

Thanks

Thanks again for purchasing this application. We are trying to add and improve new features regularly. Hopefully, you'll enjoy using the app. If you have any queries or suggestions, please contact us.

Best wishes Rarle Team

http://codecanyon.net/user/rarle