GithubHelp home page GithubHelp logo

misterflicker / python-project-83 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 118 KB

Page Analyzer is a site that analyzes specified pages for SEO suitability similar to PageSpeed Insights.

Makefile 5.48% Python 39.01% HTML 55.52%
poetry python flask gunicorn

python-project-83's Introduction

Codeclimate status:

Description

Page Analyzer is a site that analyzes specified pages for SEO suitability similar to PageSpeed Insights.

How to use

[email protected]:MisterFlicker/python-project-83.git

To install use: make install

To build use: make build

To package install use: make package-install

You need to make three tables in database - to do this, execute the code for creating tables specified in the root file database.sql.

Also you need to create an .env file in the root of the project, and write your environment variables there.

# DATABASE_URL format: {provider}://{user}:{password}@{host}:{port}/{db}
# below you can see an example
DATABASE_URL = postgresql://someuser:somepassword@localhost:5432/database
SECRET_KEY = 'any character set for secret key'

After installing dependencies (root file Makefile can help with this) run command:
make run

Deployed app: https://page-analyzer-00jp.onrender.com/

python-project-83's People

Contributors

misterflicker avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.