Files
pp-tcms/backend/README.md
2024-06-23 12:08:55 +09:00

445 B

unittcms Backend

Install dependencies

npm install

Set Environmental variable

Create .env File

FRONTEND_ORIGIN=http://localhost:8000
PORT=8001
SECRET_KEY=your-secret-key

Set up database

npm run migrate

Run the development server

node --env-file=.env index.js

Database operation command

drop table

npm run drop

add seed data

npm run seed