How to start server
pnpm dev
update packages
pnpm outdated
pnpm update
Current Features of advance server
- crud operations.
- serve static files from view directory
- serve static files from public folder.
- Use of middlewares for logger and error handling.
- Create Read files in json format to store date
- authentication (jwt),
- user roles and permissions,
- database connection with mongoose,
- database connection with postgres,