- Moove is a TypeScript-based project that models the organizational structure of a shared micromobility service. It represents interactions between users, vehicles, and cities where the service is available.
- License: MIT
- User Management: Create user profiles with booking capabilities.
- Vehicle Management: Define and manage vehicles (bikes, scooters, electric scooters) with tracking of their availability status.
- City Management: Model cities that support the micromobility service, including available vehicles.
- Node.js
- TypeScript
git clone https://github.com/Isacco-B/moove-typescript.git
cd moove-typescript
npm install
npm start