8000 GitHub - PickHD/singkatin-api: Url Shortener Public API with Express.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PickHD/singkatin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Shortener Public API with Express.js

Setup

  1. Installing Packages :
npm install --save
  1. Change configuration in ./api/config/config.json files (database_name,username,password,etc.)

  2. Run the Script development or production mode.

Following Another Script :

Lint

npm run lint

Development Mode

npm run dev

Server will running on port 8080

Production Mode

npm run start

Make sure to migrating table first. Following code :

npm run migrate

To undo :

npm run undo_migrate

Access GET / Endpoint to retrieve all general info about this API.

Want to contribute?

Mail me taufikjanuar35@gmail.com

Releases

No releases published

Packages

No packages published
0