-
Clone the repository:
git clone https://github.com/bytemait/progmatic.git
-
Navigate to the server directory:
cd Progmatic/server -
Install dependencies:
npm install
-
Create a
.envfile in theserverdirectory and add the required variables (use.env.sampleas a reference). -
Navigate to the client directory:
cd ../client -
Install dependencies:
npm install
-
Create a
.envfile in theclientdirectory and add the required variables (use.env.sampleas a reference).
-
To run the backend server:
npm run serve
-
To run the frontend:
npm run dev
-
The project is now ready for development.