Skip to content

Arnav-2004/Ngo_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ngo_Backend

This is the main backend application for the Ngo project

Getting Started

1. Fork the Repository

2. Clone the Forked Repository

git clone https://github.com/yourusername/Ngo_backend.git
cd Ngo_backend

3. Install Dependencies

npm install

4. Start the Development Server

npm run dev

5. Create a new branch (important)

git checkout -b feat/your-feature

6. Make your changes and commit

 git commit -m "feat: add your feature"

7. Push to your branch

git push origin feat/your-feature

8. Open a Pull Request (never make a PR to main branch use the development branch)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors