This is the main backend application for the Ngo project
git clone https://github.com/yourusername/Ngo_backend.git
cd Ngo_backendnpm installnpm run devgit checkout -b feat/your-feature git commit -m "feat: add your feature"git push origin feat/your-feature