Skip to content

andrejbauer/fakebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fakebook

A web site implemented in bottle and sqlite3, also using other technology, as needed. For educational purposes, I am not actually trying to get rich. From here on in Slovene.

Datoteke

  • bottle.py -- knjižinica Bottle
  • schema.sql -- shema za bazo (ukazi CREATE TABLE)
  • fakebook.sqlite -- podatkovna baza
  • fakebook.py -- strežnik (verzija Python 3)
  • views -- predloge za spletne strani
  • static -- statične spletne strani in datoteke

Namestitev

Najprej naredimo bazo fakebook.sqlite z ukazom

sqlite3 fakebook.sqlite < schema.sql

Nato poženemo strežnik:

python3 fakebook.py

In to je to.

About

Totally unlike the other site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages