Run the following command to clone the project:
git clone https://github.com/<Your_Github>/ExaminationCell.git# Navigate to the frontend directory
cd frontend
# Install dependencies
npm install
# Start the development server
npm run dev- Create a
.envfile inside./backendand add the following variables:POSTGRESQL_URI=your_postgresql_url
PORT=3000
# Navigate to the backend directory
cd backend
# Install dependencies
npm install
# Start the development server
npm startNow your ERP Application is up and running locally! 🚀