/node-typescript-project

This setup provides a basic structure for an object-oriented Node.js project with TypeScript, global error handling, and a separation of concerns between controllers and services. Feel free to adjust the project structure and code organization based on your specific requirements and preferences.

Primary LanguageTypeScript

mkdir your-project-name cd your-project-name npm init -y npm install express body-parser typescript ts-node @types/node @types/express @types/body-parser --save-dev npx tsc --init