Skip to content

ericz99/url-shorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Shorter Service

Installation

Url Shorter Service requires the following...

Quick start:

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:8080 and client on http://localhost:3000

Todo

  • Copying link faster

What is this built on?

  • ReactJS for the frontend & NodeJS for the backend.

Bugs?

Feel free to make an issue about any particular errors or bugs such as UI bugs, or functionality bugs.

App Info

Author

Eric Zhang

Version

1.0.0

License

This project is licensed under the MIT License - see the LICENSE file for details

About

🔗 Your Own URL Shortener

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published