Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (36 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.17 KB

AnonURL API

FrontEnd repository

Discord BOT (Upcoming)

📖 Summary

Changelog
Used technologies
Endpoints
Setup


♻️ Changelog (v1.0.0)

  • Initial commit


⚙️ Used technologies:

  • NodeJS
  • Express
  • MongoDB


🔌 Endpoints

/api/create (POST): To create shorted URLs
/api/track/ID (GET): To get basic information of a shorten URL
/api/redirect/ID (GET): To get information of redirect to shorted URL
/api/report (POST): To send a report


🔧 Setup

Clone this repository:

git clone https://github.com/anonurl/anonurl-api

Move to repository:

cd anonurl-api

Install all dependencies:

npm install

Build:

npm run build

Run (Build):

npm run start:build

Run (Dev):

npm run start