Skip to content

An simple application with an HTTP server & SQLite database.

License

Notifications You must be signed in to change notification settings

benbjohnson/myapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myapp

This application is used as an example HTTP/SQLite application for Litestream tutorials. It simply maintains a count of HTTP requests and persists it to a SQLite database.

Usage

To build the application, simply run:

go install .

Then run the application and specify the location of the SQLite database:

myapp -dsn /path/to/db

The application is now running on http://localhost:8080/

About

An simple application with an HTTP server & SQLite database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published