Ensure you have the following installed:
-
Configure Environment Variables:
- Create a
.env
file in thebackend
folder. - Set up the required environment variables inside the
.env
file.
- Create a
-
Run the Backend:
- Navigate to the
backend
directory:cd ~/drep-id/backend/
- Install dependencies and start the backend server:
yarn && yarn start
- Navigate to the