GitHub - rohitxdev/bitsy: A URL shortener made with React.js, TypeScript, Node.js, and PostgreSQL.

A URL shortener made with React.js, TypeScript, Express.js, and PostgreSQL.

GPLv3 License

API Reference

Get shortened url path

Parameter Type Description
long_url string Required. Add the long_url to the body of the request

Redirect to long url

Parameter Type Description
short_path string Required. Shortened path

Deployment

To deploy this project run

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB_URL

Screenshots

App Screenshot App Screenshot

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

Install dependencies

Start the server