Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.98 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.98 KB

Elevator Maintenance Platform - A Comprehensive Management Tool

– Developed a dedicated platform for elevator companies to manage employees, register buildings and elevators, track maintenance, and record payments.

Technological Stack: Built with Next.js for fast and scalable performance, using tRPC for seamless API communication and Prisma ORM for efficient database management.

Advanced Authentication: Integrated Clerk Auth for secure user authentication and Upstash Redis for real-time data processing.

Dynamic Forms & Tables: Utilized React Hook Form and TanStack Table for dynamic data entry and display, ensuring ease of use.

TypeScript: Leveraged TypeScript to catch errors at compile time, enhancing code reliability and maintainability.

Setup

  1. Clone the repository
  2. Arrange the .env file
  3. Install dependencies: pnpm install
  4. Run the development server: pnpm dev
  5. Open http://localhost:3000 to view the project in the browser.
  6. To build the project: pnpm build
  7. To start the production server: pnpm start

Usage Videos (TR)