Uniflex Limited is a Real Estate Business Management System built using the MERN stack with MySQL as the database. This project includes a server and a super-admin interface.
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed
- Yarn package manager installed
- MySQL installed and running
First, run the development server:
npm run dev
npm run server
npm run super-admin
# or
yarn dev
# or
pnpm dev