Files
pp-tcms/backend
Takeshi Kimata 22c951db07 create steps
2024-02-29 20:47:46 +09:00
..
2024-02-04 18:38:48 +09:00
2024-02-29 20:47:46 +09:00
2024-02-29 20:47:46 +09:00
2024-02-29 20:47:46 +09:00
2024-02-12 12:20:37 +09:00
2024-02-29 20:47:46 +09:00
2024-02-04 18:38:48 +09:00
2024-02-25 18:51:44 +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