flightplan-tool / flightplan

Search for award inventory using Node.js and Headless Chrome!
Apache License 2.0
140 stars 41 forks source link

is there a database setup script? #47

Closed lpanger closed 5 years ago

lpanger commented 5 years ago

I'm trying to run flightplan locally. I start it using yarn dev but then it says my sql lite has no such table as awards

[SERVER] SqliteError: no such table: awards [SERVER] at app.get (/Users/xxxxx/dev/flightplan/bin/cli-server.js: 100:26)

Is there a script to setup the database locally?

lpanger commented 5 years ago

Poked through the code and looks like the db will be created when a search is done.