An open API service indexing awesome lists of open source software.

https://github.com/toyamarodrigo/short-url

URL shortener
https://github.com/toyamarodrigo/short-url

express mongodb nodejs react react-bootstrap

Last synced: about 2 months ago
JSON representation

URL shortener

Awesome Lists containing this project

README

        

# Short-url

Project for learning purposes.

Making a URL link you want "shorter".

In this example we used http://localhost:500/{hashOfUrl} that redirects to the original website. We can buy a short domain name and change localhost for that.

## How to start

Change username and password of mongo database in

`./config/keys.js`

For installing packages

`npm install`

For runnning concurrently the server and client

`npm run dev`

Screenshot:

![Home](https://i.imgur.com/BBe7dHy.png)