Skip to content

amrllkmn/url-shortener-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener V2

This is the second version of my URL Shortener. It is a simple URL Shortener that uses a database to store the URLs and their shortened versions. It is written in Rust and uses the Actix Web framework. Once the server is running, you can access the website (linked will be added here shortly).

How to run

To run the server, you need to have Rust installed. You can install Rust here. Once you have Rust installed, you can clone the repository and run the following command:

cargo run

This will start the server on port 8080. You can change the port by setting the port number on main.rs. Once the server is running, you can access the website by going to localhost:8080 (or whatever port you set it to).

About

It's the URL shortener, but in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published