a Backend BoilerPlate using Express.Js
- CRUD basic
- CRUD image (integrated with cloudinary)
- Double Querry call
- Double Model
- pagination
- Authorization
- Authentication
- Sorting
-
Clone this Repository
-
Open the folder and type
npm install -
Create Environment Variable
$ touch .envFill in the code below into .env file
DB_HOST="Your_Host" DB_USER="Your_Username" DB_PASS="Your_Password" DB_NAME="Your_Table" -
And then ,type
npm startfor run this app. -
you can see the result in browser or postman instead for more costumized tools
-
To see the example result in postman ,just click this button then import to your postman
|
Khadam ikhwanus shofa |