Skip to content

URL shortener written in TypeScript using Nx, NestJS, Angular, TailwindCSS, MongoDB and Docker

Notifications You must be signed in to change notification settings

ShitCoderz/url-shortener

Repository files navigation

URL Shortener

Start up

# Clone repository
$ git clone https://github.com/ShitCoderz/url-shortener.git
$ cd url-shortener

# Install dependencies
$ npm install

# Start Docker containers
$  docker compose up -d

# Run project
$  npm run start:all
# or
$  nx run-many --target=serve --all --parallel=10

Ports

# Angular Web App
http://localhost:4200/

# NestJS API App Endpoints
http://localhost:3333/api

# Swagger Docs API
http://localhost:3333/api-docs

# MongoDB
http://localhost:27017/

# Mongo Express
http://localhost:8081/

About

URL shortener written in TypeScript using Nx, NestJS, Angular, TailwindCSS, MongoDB and Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published