franzinBr / url-shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-shortener

MERN stack url shortener

Demo

https://shturl.herokuapp.com/

Implemented Functions

  • Login system using Refresh and Auth Tokens with JWT
  • Account validation by email
  • Password reset system
  • All components were made from scratch.
  • Redux and Hook to control global and local application states

shturl-demo

installation

  • Server installing (API): npm install
  • Client installing: cd client npm install

Configuration

  • Rename the config.env.sample file to config.env
  • Open the config.env file and fill it in with the required information

Run

  • Server(API): npm run dev
  • Client: cd client npm start

About


Languages

Language:JavaScript 80.0%Language:CSS 17.4%Language:HTML 2.6%