Full-stack URL Shortener application built using React

URL Shortener

Another full-stack URL Shortener application built using web technologies.

Technologies

Production

$ docker-compose build && docker-compose up

Development

Server:

$ cd server && yarn
$ yarn build:watch
$ yarn dev

Client:

$ cd client && yarn
$ yarn start

URLs

Client:

http://localhost:3000

Server:

http://localhost:8000

GitHub

View Github