UniSync - Transforming Problems Into Solutions
Node.js Version: Ensure you have Node.js version 18.20.4
installed. Download Nodejs
Confirm that you have npm version 10.8.2 installed.
-
if not then try to install it.
npm -v
Remove the node_modules
directory from both your frontend and backend folders.
Navigate to your backend directory. Run the following command to install dependencies:
-
npm install
-
node index.js
Create a database unisync
.
Go to your frontend directory. Execute the following commands.
-
npm install
-
npm start