Categorygithub.com/jacobhjustice/WeatherAlerts
modulepackage
0.0.0-20200929045430-29573e167b47
Repository: https://github.com/jacobhjustice/weatheralerts.git
Documentation: pkg.go.dev

# README

Setup

  1. Clone code locally
  2. Initialize SQLite Database
    1. Follow setup instructions for SQLite database at https://www.tutorialspoint.com/sqlite/sqlite_installation.htm
    2. In the command line navigate to the project root
    3. Run the command sqlite3 WeatherAlerts.db (note, you can put a different database name here if you like, but will need to update it inside config.yaml)
    4. Run the commands in init.sql
    5. Run the command .exit to commit changes and exit the sqlite shell

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author