Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 690 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 690 Bytes

Project Setup Guide

For FrontEnd Setup please visit this Link : https://github.com/kethesainikhil/sliderai.git

#Backend Setup This guide will help you set up the project locally on your machine.

Step 1: Clone the Project

Clone the project repository from the GitHub repository using the following command:

git clone https://github.com/kethesainikhil/slider_ai_backend.git

step 2 : Navigate to the project directory and install dependencies

cd slider_ai_backend
npm install

Step 3: Start the Development Server you can start the development server using the following command:

npm run start

step 5 : Access the Project at http:localhost:5000