Skip to content

harshithsaiv/soap_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to get the application running

Installing dependecies

After cloning the project to your local machine, navigate to the project folder in terminal and enter the following code

npm install

This command will install all the dependencies required for working on this project

Deploying react server

Navigate to the clinet folder, here you have to start the reactjs server This can be done by entering the following command in your terminal (Make sure you have navigated to the client folder in your terminal when entering this command)

npm start

This command will start your react server

Deploying your backend server

Now we'll deploy the backend server Navigate to the server folder Now enter the following command in your teminal (Follow the same instructions as above when entering the command)

npm run dev

This command will start your backend server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published