Files
pp-tcms/backend
2024-04-13 00:18:11 +09:00
..
2024-02-04 18:38:48 +09:00
2024-04-07 19:03:19 +09:00
2024-03-20 20:09:06 +09:00
2024-04-13 00:18:11 +09:00
2024-02-12 12:20:37 +09:00
2024-04-07 19:03:19 +09:00
2024-03-16 21:14:59 +09:00
2024-04-13 00:18:11 +09:00
2024-03-16 21:43:30 +09:00
2024-03-16 21:43:30 +09:00
2024-02-04 18:38:48 +09:00

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