Files
pp-tcms/backend/README.md
2024-05-13 22:41:26 +09:00

402 B

TestPlat Backend

Install dependencies

npm install

Set Environmental variable

Create .env File

NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001

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