Files
pp-tcms/backend/README.md
Takeshi Kimata dbd842ee25 Change name
2024-06-09 22:07:26 +09:00

403 B

UnitTCMS 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