AbdelhakimMhioul / URLToday

A Simple Secure URL Shortener using NodeJS/Express, Vue3, VueX & TailwindCSS for Frontned & MongoDB for storing shortened URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLToday

image

How to Setup Project

yarn
touch .env    // This .env file should contain the PORT & MONGODB_URI Variables
yarn dev      // To Activate the backend server
cd frontend && yarn
yarn serve    // To Activate the frontend server

About

A Simple Secure URL Shortener using NodeJS/Express, Vue3, VueX & TailwindCSS for Frontned & MongoDB for storing shortened URLs.


Languages

Language:CSS 62.4%Language:Vue 16.2%Language:JavaScript 12.7%Language:TypeScript 6.8%Language:HTML 1.9%