Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 945 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 945 Bytes

ShortURL

ShortURL is a simple URL shortening app made using technologies such as NodeJS, Express, React, LowDb, Material-UI

Screenshot Here is a live demo: https://shorturl.alexandresauner.fr

Installation

This project can be deployed with docker as a single container. You must change the public URL of the server in the client's config file: /client/src/config.js.

Then build the image using the following command: docker build -t <tag>:<version>.

The image is built and ready to use. The web server listens on port 8080 by default but it can be changed using the environment variable PORT.

Contributions

This is a small training project, but feel free to improve it, pull requests are welcome.

License

This project is under the MIT license.