This is template express typescript with prisma orm.
- Get All Data
- Get Data By Id
- Create Data
- Update Data By Id
- Hard Delete Data
- Soft Delete Data
- Restore All Data
- Restore Data By Id
- Get All Soft Deleted
- Get Soft Deleted By Id
This project uses NPM or YARN as package manager.
Node Version^18.16.0 or higher. If you haven't installed node js, please visit the link below:
https://nodejs.dev/en/download
NPM Version^8.11.0 or higher.
npm install -g npm
YARN tbd, because i'm not using yarn. But if you prefer use yarn follow this command:
npm install --global yarn
Using NPM
npm install
#or
npm i
Using YARN
yarn install
Using Bun
bun install
Use this command to start the project
# Running the environment
# Using Nodemon
nodemon index
# using NPM
npm run start
# Using Bun
bun run start
MIT