Skip to content

KHadham/expressJs-BoilerPlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Js Rest API Boiler Plate

Build with

Table of Contents

Introduction

a Backend BoilerPlate using Express.Js

Features

what can this boilerplate do ?

  • CRUD basic
  • CRUD image (integrated with cloudinary)
  • Double Querry call
  • Double Model
  • pagination
  • Authorization
  • Authentication
  • Sorting

Requirements

Usage for development

  1. Clone this Repository

  2. Open the folder and type npm install

  3. Create Environment Variable

    $ touch .env
    

    Fill in the code below into .env file

    DB_HOST="Your_Host"
    DB_USER="Your_Username"
    DB_PASS="Your_Password"
    DB_NAME="Your_Table"
    
  4. And then ,type npm start for run this app.

  5. you can see the result in browser or postman instead for more costumized tools

  6. To see the example result in postman ,just click this button then import to your postman

    Run in Postman

Contributors

Khadam ikhwanus shofa
Khadam ikhwanus shofa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published