
RentWise Backend Service
RentWise Backend with Node.js, MySQL, Redis, and Docker
A containerized backend service using Node.js, MySQL, Redis, migrations, documented APIs, and repeatable Postman testing.
RentWise is a backend service designed around maintainable APIs, persistent storage, caching, and a repeatable containerized development environment.
Backend architecture
The service combines Node.js with MySQL for primary storage and Redis for fast access to frequently used data. Docker keeps the application and its supporting services consistent across development environments.
Engineering workflow
The repository includes API documentation, database migrations, and Postman testing resources so contributors can understand and verify the service without relying on undocumented setup knowledge.
