Skip to content

mikekok/snakey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakey

A modern URL shortener written in NodeJS.

Each URL is saved into a MongoDB using a unique, randomized token.

Preview

Snakey

Installation

  • git clone https://github.com/mikekok/snakey
  • npm install (you need to have nodejs and npm already installed)

Instructions

  • Change the host, port and mongodb connection string, which are located in the .env file
  • Run your project in development mode using: gulp

Attribution

Logo made by Freepik from www.flaticon.com.

License

This project is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software. But you always need to state that Mike Kokkolios is the original author of this template.

Project is developed and maintained by Mike Kokkolios.