default Structure
This project is a basic structure for a Node.js application. It provides a simple and organized starting point for building Node.js applications, including a predefined folder structure and essential configuration files.
- Organized folder structure
- Basic configuration files
- Ready-to-use scripts for starting the application
- Clone the repository:
git clone https://github.com/pharhan7/node-basic-structure.git
- Install dependencies:
pnpm install
- Start the application:
pnpm run dev
src/- Contains the source codeconfig/- Configuration DB
Feel free to submit issues and pull requests for any improvements or bug fixes.