- 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.git
pnpm i
In .env
:
PORT=*******
MONGO_URL = *****************************
API_VERSION=***********
TOKEN_SECRET = **************************
pnpm dev
Running commands with npm pnpm [command]
command | description |
---|---|
dev |
Starts a development |
build |
Build the api |