Skip to content

DevAlone/parse_pikabu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse_pikabu

Backend part of pikagraphs project.

See how it works here -> https://pikastat.d3d.info

Install

1 Install postgres 2 Create db and user

postgres> CREATE USER username WITH ENCRYPTED PASSWORD 'password';
postgres> CREATE DATABASE database_name;
postgres> GRANT ALL ON DATABASE database_name TO username;
username> CREATE EXTENSION pg_trgm;

3 Install redis

Mirrors

Releases

No releases published

Packages

No packages published

Languages