onero / aShortUrl

A Urls Shortener For Your Convenience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creates shortened urls for your convenience!

The project is deployed live HERE

The components are

  • Vue 2.6.12
  • Express 4.17.x
  • MongoDB latest docker image

How to run full project

To run the full project you can simply start all the required services with the docker-compose file.

Ensure you have Docker installed. For more info look https://www.docker.com/

Run Express App & MongoDB

docker-compose up

Services are located at

Access the Vue frontend

localhost:1337

Send restful request to Express

localhost:1337

Access MongoDB

localhost:27017

About

A Urls Shortener For Your Convenience


Languages

Language:JavaScript 41.1%Language:CSS 36.8%Language:HTML 20.3%Language:Dockerfile 1.8%