Files
pp-tcms/backend
dependabot[bot] d24ffdb379 build(deps): bump es5-ext from 0.10.62 to 0.10.64 in /backend (#6)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  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 07:59:56 +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