A simple url shortener service built with react and express.
- Shorten a long url into short one.
- Validate an url is accessible before shorten it.
- Avoid duplication url shortening.
- ReactJS
- Express
- Typescript
- Sqlite3
- Redis
https://url-shortener-9527.herokuapp.com/
This app use Redis as cache, you need install Redis first if you don't have one.
- Clone the repository and change directory.
git clone https://github.com/galaxian85/react-url-shortener.git
cd react-url-shortener
- Install npm dependencies
npm install
- Running on development environment
npm run dev