# README
Setup
- Clone code locally
- Initialize SQLite Database
- Follow setup instructions for SQLite database at https://www.tutorialspoint.com/sqlite/sqlite_installation.htm
- In the command line navigate to the project root
- 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) - Run the commands in init.sql
- Run the command
.exit
to commit changes and exit the sqlite shell