Skip to content

Gita-Sql has everything you need to create a website on Bhagavad Gita very quickly. The app requires Python 3.7, Flask, SQLite3 and Docker.

License

Notifications You must be signed in to change notification settings

devbnj/gita-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gita-sql

Use SQLITE3, MySQL / MariaDB or Postgres

Will be adding Nosql databases also in future

  • folder sql
  • start with gita_intro.sql
  • continue with gita.sql
  • update with gitaupdate1.sql
  • update with gitaupdate2.sql
  • optional try upanishad.sql
$ sqlite3 gita.db
sqlite> .read <filename>

sqlite> .read gita_intro.sql
sqlite> .read gita.sql
sqlite> .read gitaupdate1.sql
sqlite> .read gitaupdate2.sql
sqlite> .read upanishad.sql

To build the python-flask software

You will need docker and docker-compose installed

Please ensure you fix the install folder in Makefile

# cleanup
make cleanup
# build
make build
# prune
make prune

Copyright Dev Bhattacharyya

About

Gita-Sql has everything you need to create a website on Bhagavad Gita very quickly. The app requires Python 3.7, Flask, SQLite3 and Docker.

Topics

Resources

License

Stars

Watchers

Forks