FrontEnd repository
Discord BOT (Upcoming)
Changelog
Used technologies
Endpoints
Setup
- Initial commit
- NodeJS
- Express
- MongoDB
/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
git clone https://github.com/anonurl/anonurl-api
cd anonurl-api
npm install
npm run build
npm run start:build
npm run start