Files
pp-tcms/backend
dependabot[bot] 3c6b1ed8cc build(deps): bump tar from 6.2.0 to 6.2.1 in /backend (#7)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20 08:00:29 +09:00
..
2024-06-16 19:35:04 +09:00
2024-06-09 10:35:21 +09:00
2024-05-29 23:12:38 +09:00
2024-05-29 23:12:38 +09:00
2024-02-12 12:20:37 +09:00
2024-07-18 09:39:16 +09:00
2024-06-16 19:35:04 +09:00
2024-03-16 21:14:59 +09:00
2024-06-16 19:35:04 +09:00
2024-07-18 10:39:07 +09:00
2024-06-23 09:48:41 +09:00
2024-06-23 12:08:55 +09:00

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