- Support: Discord Server
- Demo: Live Demo
-
Clone the repository:
git clone https://github.com/CoderPopCat/url-shortener cd url-shortener -
Install packages:
npm install
-
Create a
.envfile in the root directory with the following content:MONGODB_URI=your_mongodb_uri AUTH_KEY=staff_auth_key -
Start the server:
node . -
Open your browser and go to
http://localhost:8029to access the URL shortener.