Hello World!
A full-stack application built with Expo and Express.
Client (Web App): http://lab1-todoapp.s3-website.eu-north-1.amazonaws.com Server (API): http://56.228.14.41/api Health Check: http://56.228.14.41/api/health
- Client: Expo SDK 53 React Native App (iOS, Android, Web)
- Server: Express 5 Node.js API Server
cd client
npm install
npm start
cd server
npm install
npm run server:dev
- 📱 Installation Guide - Setup and development environment
- 🏗️ Architecture Guide - Clean Architecture, folder structure, and design patterns
- 🧪 Testing Guide - Testing strategies, tools, and best practices
- 📖 Client README - Getting started with the Expo app
- 🚀 Server Setup - Server installation and startup
- 🏗️ Architecture Guide - Domain-Driven Design, clean architecture, and design patterns
- 📁 DDD Folder Structure - Detailed folder organization and domain structure
- 🧪 Testing Guide - Testing strategies, tools, and best practices
- 📖 Server README - Complete server documentation overview
- 🔒 Security Guide - Security best practices
⚠️ Error Handling - Error handling patterns