Namaste API is a project that provides a structured way to manage and fetch health-related terms. This repository contains both the backend and frontend parts of the project.
Namaste-API/
├── client/ # Frontend part (React or other framework)
├── server/ # Backend API
└── README.mdgit clone your-repo-url
cd Namaste-API
cd ../client
npm install # or yarn install
npm start # start frontend client
cd server
npm install # or yarn install
npm start # start backend server
git clone your-forked-repo-url
cd Namaste-API
cd client/Namaste-Api
# Make your changes
git add .
git commit -m "Describe your changes"
git push -u origin your-branch