I have installed everything and trying to run the server but I receive the following error.
OperationalError: (sqlite3.OperationalError) no such table: user [SQL: u'SELECT user.id AS user_id, user.created_at AS user_created_at, user.updated_at AS user_updated_at, user.username AS user_username, user.email AS user_email, user.password_hash AS user_password_hash, user.is_admin AS user_is_admin \nFROM user \nWHERE user.username IS NULL\n LIMIT ? OFFSET ?'] [parameters: (1, 0)]