8000 GitHub - nicey0/spiderbook: Simple social media website for the Spider network
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 7, 2019. It is now read-only.

nicey0/spiderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spiderbook

Simple, Facebook-like website (without the privacy-negation part) for members of the Spider network (found at arachnid.cc/network)

It will have a Python-based backend with an API for talking to a PostgreSQL database hosted in the author's house.

Reproduce the database:

  • Create a database as the user postgres with the password postgres named "spiderbook"
  • Login to postgres
  • Run the file db.sql with the command psql spiderbook -f db.sql. OR
  • Create a database for the project
  • Run the file db.sql with the command psql {database_name} -f db.sql
  • Change the credentials located inside the use_db() function in api.py to what you made.

About

Simple social media website for the Spider network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0