-
Clone the repository:
git clone https://github.com/LeLuke007/Project-Sem.git cd Project-Sem
-
Install the required dependencies:
npm install
-
Start the backend server:
npm start
(For Frontend Only)
node static.js
npm start
: Starts the backend server.node static.js
: Starts the static frontend server.