Skip to content

barisdemirezen/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Shortener 🎉

An easy url shortener to share simple links

Demo ⚡

About It 📃

Custom made url shortener that you have probably already used one like this. Shorten your link with a custom short code and place this short code at the end of domain, and tada! you are on your long named page.

Install, run, dev 🏗️

Create a .env file in source path like the one at the end of this title.

Clone the repository

  git clone https://github.com/barisdemirezen/url-shortener.git

Install required packages

  npm install

Run the project

  npm run start

Environment Variables ♻️

You need to add keys below to your .env file to run project.

Example .ENV

DB_USERNAME = 
DB_PASSWORD = 
DB_DATABASE = 
PORT = 3000

Tech Stack 🔥

Languages: HTML, CSS, JS

Client: Node with Pug Engine

Server: Node, Express

Data Store: Mongo Atlas Cloud

Hosting: CI/CD at Heroku