Skip to content

denibrain/social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Social Network

Education project (homework) for High Load Architect OTUS course

Command line options

host

-e <host>:<port>

e.g.: -e 0.0.0.0:80

default: 0.0.0.0:8181

database

-d <user>:<password>@<host>/<database name>

e.g.: -d 'admin:admin@localhost/social_network'

default: admin:admin@localhost/social_network

database read-only replica

-r <user>:<password>@<host>/<database name>

e.g.: -r 'admin:admin@localhost/social_network'

default: when the option is omitted, app uses the DB which is specified in d

About

OTUS education project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors