Skip to content

wikro/shorturl.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Prerequisites

	* Python 2.7
	* Virtualenv
	* Git

2. Cloning, setting up and running

	$ git clone https://bitbucket.org/wikro/shorturl.git
	$ cd shorturl
	$ mkdir env
	$ virtualenv env
	$ . env/bin/activate
	$ pip install -r requirements.txt
	$ python run.py

The server starts running on http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published