Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey-Volkovitskiy authored Jan 22, 2024
1 parent a140ec7 commit 97def94
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

**This is the 3rd training project of "Python Developer" specialization.**

Flask web app that analyzes web pages for basic SEO suitability. Just enter URL and check it out!
*Flask web app that analyzes web pages for basic SEO suitability. Just enter URL and check it out!*

Deployed at: https://web-page-analyzer.up.railway.app/

* Implemented the web app using Flask and raw SQL queries
* A PostgreSQL database deployed in a Docker container
* Beautiful Soup library used for page parsing
* The code covered with tests
* CI implemented via GitHub Actions
* Deployed at Railway

---
### Tests and code quality assessment:
[![Linter](https://github.com/Andrey-Volkovitskiy/python-project-83/actions/workflows/flake8_linter.yml/badge.svg)](https://github.com/Andrey-Volkovitskiy/python-project-83/actions/workflows/flake8_linter.yml) [![Pytest (with postgres)](https://github.com/Andrey-Volkovitskiy/python-project-83/actions/workflows/pytest_with_postgres.yml/badge.svg)](https://github.com/Andrey-Volkovitskiy/python-project-83/actions/workflows/pytest_with_postgres.yml)
Expand Down

0 comments on commit 97def94

Please sign in to comment.