Skip to content

pawel-talar/hopsiup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

HopSiup

Low quality version of HopSiup site. To test, run:

./init_db.sh

and (after adding some data to db under hopsiup/hopsiup.db)

python hopsiup.py

Docker

You can also test it using docker, executing from main directory (that with Dockerfile):

docker build -t hopsiup .
docker run -d -P 5000:5000 hopsiup

and opening in browser:

http://localhost:5000/

About

social networking site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published