[go: nahoru, domu]

Skip to content

suchow/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run, first install Flask:

pip install flask

Next, set the following environment variable:

export FLASK_ENV=development

Finally, run flask:

flask run

Visit the URL that is printed in the output to test your app.

To deploy your app, you might consider using Heroku. Once you've created an account, download and install the Heroku CLI. Log in using heroku login.

Next, create a new app on Heroku:

heroku create

Finally, deploy your app:

git push heroku master

About

Skeleton for a search engine web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published