Skip to content

kethesainikhil/slider_ai_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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