Skip to content

MikhailWahib/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A simple URL shortener with a React frontend and an Express/Node backend.

Prerequisites

  • Node.js >= 18
  • pnpm >= 8

Setup

Install dependencies:

pnpm install

Development

Start the development environment:

pnpm run dev
  • Frontend runs via Vite
  • Backend API runs with Nodemon

Build

Build the frontend and backend:

pnpm run build

Start

Start the production server (after build):

pnpm start

About

A URL shortener application built with Node.js and Express, React, TypeScript utilizing PostgreSQL for data storage and JWT for user authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors