URL Shortener API with express in 5 minutes

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Dev.to-URL-Shortener

    Discontinued Dev.to tutorial code

  • Today, in this tutorial, we will be trying to make a URL shortener API. To achieve our goal, we will use a framework called express.js. In the future, you might be able to use this API for yourself, such as when you want to share a link with someone, but it's too long. If you ever get stuck along the tutorial, feel free to view the code in the repository, and if you have a better solution, feel free to submit a pull request.

  • fastify

    Fast and low overhead web framework, for Node.js

  • If you want to use a different tool other then express, feel free to use it. Most of the frameworks are very similar to express (fastify for instance), but for this project I will be using express due to its simplicity.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Express

    Fast, unopinionated, minimalist web framework for node.

  • Today, in this tutorial, we will be trying to make a URL shortener API. To achieve our goal, we will use a framework called express.js. In the future, you might be able to use this API for yourself, such as when you want to share a link with someone, but it's too long. If you ever get stuck along the tutorial, feel free to view the code in the repository, and if you have a better solution, feel free to submit a pull request.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build a Node.js Server With Fastify and TypeScript

    2 projects | dev.to | 22 May 2022
  • Is it possible to call a cli tool from node using variables passed from the frontend?

    2 projects | /r/node | 14 Apr 2022
  • Taking the JSNSD exam (OpenJS Node.js Services Developer Certification) - Review and Tips

    3 projects | dev.to | 2 May 2021
  • tinyhttp: 0-legacy, tiny & fast web framework as a replacement of Express

    1 project | /r/opensource | 8 Jun 2023
  • The fundamentals of building a Docker image

    1 project | dev.to | 30 May 2023