Skip to content

Latest commit

 

History

73 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Analyzer

Actions Status Maintainability Test Coverage GitHub Actions Status

This project is a website that analyzes specified pages for SEO suitability. It implements basic principles of modern website construction using MVC architecture: working with routing, request handlers, and a templating system, as well as interacting with a database through ORM.

Local start

git clone git@github.com:fedorovaea18/Page_Analyzer.git
cd Page_Analyzer/app
make build
make run

Run checkstyle and tests

make lint
make test

Technology stack:

  • Frontend: Bootstrap;
  • Framework: Javalin;
  • Database: H2(for local development), PostgreSQL(for production);
  • Parser: Jsoup;
  • Testing: JUnit 5, MockWebServer;
  • Deploy: https://render.com/ (model PaaS).

About

The website for checking any pages for SEO suitability

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages