This is a URL shortener webapp.
- User can retrieve a shortened URL by providing a standard URL
- User can copy the short url, paste it into the browser URL bar, hit enter, and get to the same URL they have shortened it from
Backend: Django Rest Framework, PostgreSQL Frontend: React, MaterialUI
see here for API Documentation
Ensure that Docker is installed in your OS: https://docs.docker.com/get-docker/
Clone the git repository: git clone https://github.com/raywtham/url-shortener.git
RUN in terminal: docker compose up
Navigate to http://localhost:3000/ in browser to use the webapp
ctrl-c in running terminal
Made by Ray Tham