Categorygithub.com/Broke116/deepsearch
modulepackage
0.0.0-20191126124530-a569709c4404
Repository: https://github.com/broke116/deepsearch.git
Documentation: pkg.go.dev

# README

Deepsearch

File uploader and full text search application

How to build & run

  • Bootup a postgres database
  • Then run the sql commands inside db.sql to create the table and trigger

Future

  • For now the template and the server code are combined (for the simplicity)

Copyright

  • HTML template was taken from here

# Variables

DBCon is the connection handle for the database.
HomeTemplate stores the html file for home page.
MainTemplate show the html structure of search page.

# Structs

PageData stores the data of the landing page.