Skip to content

pprathameshmore/fshare-short-url-backend

Repository files navigation

FShare - URL Shortening Service

This service handles URL shortening operations.

API Documentation

https://documenter.getpostman.com/view/8028791/T1DmCdhX?version=latest

Setup

Install dependency:

npm install

Run app:

node src/app.js

Docker

Build Docker Image

docker build -t fshare-short-url-image .

Run Docker Image

docker run --name fshare-short-url fshare-short-url-image

Backend

  • Express.js
  • MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published