Skip to content

Conversation

@MANASAB805
Copy link

This PR adds a CI/CD-ready Node.js API template as requested in issue #12.

Features

  • ✅ Express.js server with sample API endpoints (/ and /health)
  • ✅ ESLint configuration with Airbnb style guide
  • ✅ Mocha & Chai testing setup with 2 passing tests
  • ✅ GitHub Actions workflow for automated CI/CD
  • ✅ Testing on PR
  • ✅ Linting scripts
  • ✅ Ready for deployment to Vercel/Netlify

Testing

All tests pass:

  • npm run lint - ✅ No linting errors
  • npm test - ✅ 2/2 tests passing

- Express.js server with sample API endpoints
- ESLint configuration with Airbnb style guide
- Mocha & Chai testing setup
- GitHub Actions workflow for CI/CD
- Automated testing on PR
- Linting scripts
- Ready for deployment to Vercel/Netlify

Resolves HashSlap-Summer-of-Code#12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant