# Test Case Manager Backend ## Technologies - Node.js - Express - SQLite ## Install dependencies ```bash npm install ``` ## Set up database ```bash npm run migrate ``` ## Run the development server ```bash npm run start ``` ## Database operation command ### drop table ```bash npm run drop ``` ### add seed data ```bash npm run seed ```