Skip to content

imdadhussain/bookmarkrestapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark RestAPI


Create a virtualenv

$virtualenv bookmark-env

Activate the environment

$source bookmark-env/bin/activate

Install dependencies

$pip install -r requirements.txt

Running the flask dev server

$flask run # using flask server
    or
$gunicorn src.runner:application # if install gunicorn

You can access on web browser

flask - http://127.0.0.1:5000

gunicorn - http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published