Luc4sguilherme / url-shortener

A simple URL shortener made in Reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple URL Shortener

print-dark print-light

🚀 Technologies

This project was developed with the following technologies:

Requirements:

  • Nodejs
  • MongoDB
  • Docker

ℹ️ How To Use

From your command line:

Server

  • Install dependencies: npm install

  • Create a .env file by following the .env.example file

  • Run the server app: npm start

Web

  • Install dependencies: npm install

  • Create a .env file by following the .env.example file

  • Run the web app: npm run dev

Access the URL in your browser: http://localhost:3000

Author

👤 Lucas Guilherme


About

A simple URL shortener made in Reactjs


Languages

Language:TypeScript 77.4%Language:CSS 19.9%Language:HTML 1.3%Language:Dockerfile 0.8%Language:JavaScript 0.4%Language:Shell 0.3%