- Get all users
- Create new user (register)
- Update user email and username
- Delete user
Node version 20.x
git clone https://github.com/aungpyaephyo1412/express-ts-mongo.gitpnpm iIn .env:
PORT=*******
MONGO_URL = *****************************
API_VERSION=***********
TOKEN_SECRET = **************************
pnpm devRunning commands with npm pnpm [command]
| command | description |
|---|---|
dev |
Starts a development |
build |
Build the api |