Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.11 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.11 KB

Webp,net-resizeimage_processed

UniSync - Transforming Problems Into Solutions


DO FOLLOW THESE STEP!

Step 1. nodejs v18

Node.js Version: Ensure you have Node.js version 18.20.4 installed. Download Nodejs

Step 2. npm v10

Confirm that you have npm version 10.8.2 installed.

  •     npm -v
    if not then try to install it.

Step 3. Delete node_modules:

Remove the node_modules directory from both your frontend and backend folders.

Step 4. Backend Setup.

Navigate to your backend directory. Run the following command to install dependencies:

  • npm install
  • node index.js

Step 4.5 Setup MongoDB

Create a database unisync.

  • image

Step 5. Frontend Setup.

Go to your frontend directory. Execute the following commands.

  • npm install

Step 6. Start Your Application:

  • npm start