Skip to content

A web server that re-writes URL's which at the end of the day can be used as a URL shorten-er. It uses aiohttp as the web server and mongodb to store the Data.

Notifications You must be signed in to change notification settings

Omkar47/url_rewriter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Re-writer:

A web server that re-writes URL's which at the end of the day can be used as a URL shorten-er. It uses aiohttp as the web server and mongodb to store the Data.

Cloning and Running:

  1. git clone https://github.com/eyaadh/url_rewriter.git, to clone the repository.
  2. cd url_rewiter, to enter the directory.
  3. pip3 install -r requirements.txt, to install rest of the dependencies/requirements.
  4. Create a new config.ini using the sample available at server/working_dir.
  5. Run with python3.8 -m server, stop with CTRL+C.

It is recommended to use virtual environments while running the app, this is a good practice you can use at any of your python projects as virtualenv creates an isolated Python environment which is specific to your project.

About

A web server that re-writes URL's which at the end of the day can be used as a URL shorten-er. It uses aiohttp as the web server and mongodb to store the Data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%