Page analyzer is a website that analyzes the specified pages for SEO suitability by analogy with PageSpeed Insights
Clone the repository git clone [email protected]:Pest12/python-project-83.git and use this commands:
make build
make start
Link to Render.com: https://pest12-hexlet-project.onrender.com/
To run the site locally on the development server, you need to:
- Create a file
.envbased on.env.samplecp .env.sample .env - Fill
DATABASE_URLandSECRET_KEYin .env - Run
make dev