"How to start" // FRONTEND PART 1. Run the command `cd client` 2. Run the command `npm i` 3. Run the command `npm run dev` // BACKEND PART 1. Run the command `cd server` 2. Run the command `npm i` 3. Run the command `npm run serve` // DATABASE PART 1. Create the database name "Nexprism" in phpmyadmin 2. Import the file "nexprism.sql". You can find it on the root NOTE: 1. First you need to sign-in with credentials "email = amaan@gmail.com" and "password = 1234" and then you can see the Admin Panel or Home page. 2. Images folder already added on the root for your ease.