Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnight95 authored Oct 13, 2023
1 parent 70819c5 commit cb3d25b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Page Analyzer is a web app that analyzes web pages for SEO suitability, similar to PageSpeed Insights.

### You can check project [here](http://page-analyzer.granovskydev.ru/)
### You can check the project [here](http://page-analyzer.granovskydev.ru/)
(sorry no ssl right now)

***
Expand All @@ -33,7 +33,7 @@ Page Analyzer is a web app that analyzes web pages for SEO suitability, similar
***

## Running the app
To use app properly you'll need to provide it with `$DATABASE_URL` and `$SECRET_KEY` vars.
To use the app properly you'll need to provide it with `$DATABASE_URL` and `$SECRET_KEY` vars.

You can create `.env` file inside of this project and define variables there or do it your way.
```
Expand All @@ -42,7 +42,7 @@ DATABASE_URL = 'postgresql://{user}:{password}@{host}:{port}/{db}'
SECRET_KEY = 'I AM THE SECRET'
```

Run ```make build``` to install all required packages and create necessary tables in database.
Run ```make build``` to install all required packages and create necessary tables in the database.

You can run an app from gunicorn with `make start`, from flask in debug mode with `make dev` or you can create a service file to run it constantly.
```
Expand Down

0 comments on commit cb3d25b

Please sign in to comment.