You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull before you push: Always pull from main before creating your branch.
Create feature branches:
git checkout -b feat/<FeatureName># or
git checkout -b bugfix/<BugName>
⚙️ Running Locally
# Clone the repo
$ git clone https://github.com/HuesApply/HA_backend.git
# Install dependencies
$ npm install
# Run server for backend
$ npm start
# Run server for frontend
$ npm run dev
🔐 Security & Secrets
Use .env for all secrets
NEVER commit credentials or access tokens
About
This is a chat application that allows person-to-person connections and enables seamless communication.