Skip to content

pavlenk0/social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social network app

Additional information

To create database

create role network with password 'network';
alter user network with superuser;
alter role 'network' with login;
create database "network" owner "network";

To run project

git clone https://github.com/pavlenk0/social-network.git
cd social-network
make install
make run

To test project

make test

To check the code for flake8 and isort

make flake
make isort

Project uses hunter API to verify emails

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published