`# Corporate Ride Scheduling System
You will find comprehensive API documentation and project structure inside respective folder in their README files.
A full-stack application for corporate ride scheduling and management with React Native frontend and Node.js backend.
Rapido_Assignment/
βββ backend/ # Node.js + Express + Prisma API
βββ frontend/ # React Native + Expo Application
βββ README.md # This file
cd backend
npm install
npm run devcd frontend
npm install
npx expo startFor detailed API documentation, setup instructions, and technical information:
- Backend Documentation: See
backend/README.md - Frontend Documentation: See
frontend/README.md
- Backend: Node.js, Express, Prisma, PostgreSQL
- Frontend: React Native, Expo, React Navigation
- Authentication: JWT tokens
- Database: PostgreSQL with Prisma ORM
- User authentication and role-based access
- Ride booking and management
- Admin dashboard with analytics
- Real-time filtering and search
- Cross-platform mobile application
Note: This is a comprehensive full-stack application. Please refer to the individual README files in the backend/ and frontend/ folders for detailed setup instructions, API documentation, and technical specifications.