Skip to content

mern-vcs/uniflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniflex Limited - Real Estate Business Management

Project Overview

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.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed
  • Yarn package manager installed
  • MySQL installed and running

Getting Started

First, run the development server:

npm run dev
npm run server
npm run super-admin
# or
yarn dev
# or
pnpm dev