I am working on RealNurse, a platform for nurses to anonymously rate their hospital and submit compensation data. My stack for the web app is: React and MUI for front end, NodeJS for server side code, Firebase for Authentication, Firestore database, Algolia for search, and Netlify for deployment and hosting.
My stack is usually something like this:
Web frontend:
- React / NextJs powered website
- Chakra-UI for visuals
- AWS Lambda & S3 as hosting solution
Mobile frontend:
- Expo application (React Native)
Database:
- MongoDB Atlas
Backend:
- NodeJS, running in AWS Lambda
- Written and managed with Serverless Framework
CI/CD:
- GitLab for code holding
- GitLab for CI/CD pipeline
Replies