Skip to content

cathydev/React-Link-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run backend Locally

Clone the project

  git clone https://github.com/nemo0/node-url-shortener

Go to the project directory

  cd server

Install dependencies

  npm install

Start the server

  npm run start

Test API

Example:

POST http://localhost:3333/api/short
Content-Type: application/json

{
    "origUrl": "[https://nemo.hashnode.dev/an-introduction-to-recursion-using-javascript-ckfgx2nrq001xols17h787f87](https://github.com/cathydev)"
}

Run frontend locally

Go to project directory

 cd client

Install dependencies

  npm install

Start react app

  npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published