Skip to content

The perfect free URL shortener for transforming long, ugly links into nice and memorable short URLs. Use it to shorten links. (backend repository)

License

Notifications You must be signed in to change notification settings

aditya-singh9/url-shotener-backend-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

URL Shortener made using TypeScript, React and MongoDB

Live demo here!

Frontend Repository here.

Table of Contents


Features

  • Built with TypeScript ✨
  • One page layout ✨
  • Dynamic ✨
  • Responsive ✨
  • Database used is MongoDB ✨

Project setup

npm install

Start server for development

npm run dev

Compilation and minification for production

npm run build

Some important things to setup

This project uses MongoDB as the databse. So in order to run the project you must create a cluster in MondoDB. Once done, you hav to create a .env file and add the variables mentioned below.

# Environment variables
PORT =
DB_USER =
DB_PASS =
DB_NAME =

Author

👤 Aditya Singh

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is under MIT license.

About

The perfect free URL shortener for transforming long, ugly links into nice and memorable short URLs. Use it to shorten links. (backend repository)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •