Skip to content

According to Merriam-Webster Dictionary, a Bucket List is a list of things that one has not done before but wants to do before dying. This Project is an API for an online Bucket List service using Flask.

Notifications You must be signed in to change notification settings

matovm15/CP2A-BucketList-Application-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BucketList RestAPI


Create a virtualenv

$virtualenv venv

Activate the environment

$source venv/bin/activate

Install dependencies

$pip install -r requirements.txt

Running the flask dev server

$flask run # using flask server

You can access on web browser

flask - http://127.0.0.1:5000

About

According to Merriam-Webster Dictionary, a Bucket List is a list of things that one has not done before but wants to do before dying. This Project is an API for an online Bucket List service using Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published