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