Introduction

API Automation using Node & MongoDB

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

Step-by-Step Installation Guide

Necessary Prerequisites

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.

  • Access the Directory cd Server
  • Install All Necessary 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_URL (Required)

PORT=

DB_URL=

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