A fullstack web application built with Angular and Node.js for managing and displaying global prayer requests. The platform demonstrates scalable frontend architecture, RESTful API design, and database integration.
- Create and display prayer requests
- REST API for data management
- MongoDB integration for persistent storage
- Responsive UI with Angular
- Smooth UI interactions with animations
- Frontend: Angular
- Backend: Node.js, Express
- Database: MongoDB
- Tools: GSAP, Swiper
- Angular frontend communicates with backend via REST API
- Express server handles routing and business logic
- MongoDB manages persistent data storage
- Modular Angular structure using components and services
Install dependencies:
npm install
ng serve
npm run start:serverMONGO_URI=mongodb://localhost:27017/global-prayer-platform
PORT=4000Built fullstack application with Angular and Node.js Designed RESTful API for managing application data Integrated MongoDB for persistent storage Structured frontend using modular Angular architecture
Add authentication and user roles Implement real-time updates (WebSockets) Enhance dashboard filtering and analytics Deploy with cloud infrastructure