Skip to content

onero/aShortUrl

Repository files navigation

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