Skip to content

mevinbabuc/hello_webcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for hello_webcrawler

This is the brief documentation and starter kit for the hello web-crawler task. It uses flask, a lightweight Python web framework. The project contains two simple views and two simple unit tests.

Running the project

Install Flask:

pip install flask

Run the server:

python hello.py

Access the URL to see if the server is up:

http://127.0.0.1:5000/

To run the unit tests:

python hello_tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages