Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

LuisMiguelSS/url-shortener

Repository files navigation

url-shortener

Simple url shortener made with JS, Node and EJS.

Description

This simple url shortener stores a shortened code for each generated URL in the database using MongoDB.

Getting Started

Dependencies

  • Ejs
  • Express
  • Mongoose
  • Shortid

Development dependencies

  • Dotenv
  • Nodemon

Installing

  • Clone this repo
  • Add your own .env filling in the variables from the .sample-env file. All variables written in that file are required

Executing program

  • To run this server just execute "npm run"
  • For testing (development mode), there's an explicit command stated: npm run dev

Authors

@LuisMiguelSS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published