bibliow

command module
v0.0.0-...-e443f82 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2016 License: MIT Imports: 18 Imported by: 0

README

bibliow

This is a small learning project (go web development). Its purpose is to administer the items borrowed from library. The backend is SQLite3 database.

The DB has only one table called "items". The operations on this table are standard: add, edit and remove. There's also import functionality where multiple items can be added by parsing the specially formatted CSV files.

The application is started as "bibliow $sqlite-file-name".

If $sqlite-file-name does not exist, it is created and database is initialized (tabled is created, triggers and indexes also).

The admin web interface is started in browser as "http://localhost:5000".

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL