-
Open your terminal.
-
Navigate to the project directory:
cd /blackcoffer-master
-
Run the backend server:
python app.py
-
Open a new terminal.
-
Navigate to the dashboard directory:
cd /dashboard
OR if not inside blackcofer-master Folder, use this command
cd /blackcoffer-master/dashboard
-
Install the dependencies:
npm i
-
Run the development server:
npm run dev
Your backend server should now be running, and the dashboard should be available for development.