Banner

BitUrls

react
vite
typescript
express
mongodb
mern

Lakshyaraj Dash • Tue 11 Feb 2025


A url shortening web app made using MERN stack.

Tech Stacks

  • Frontend: Vite + React + TS
  • Backend: ExpressJS + TS
  • Database: MongoDB
  • UI: Tailwindcss + Shadcn

Install all the dependencies

yarn install

Environment variables

  • Please do add the variables inside .env.example file to a new file .env, for each separate workspace ie client and server.
  • Replace the dummy values with actual ones
  • Do this before starting the server

Start the development server

yarn dev