Skip to content

Commit

Permalink
instruction to start the project
Browse files Browse the repository at this point in the history
  • Loading branch information
worksalonee committed Oct 18, 2024
1 parent b4d2f2a commit e697132
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

//backend

Note: make sure you are connected to internet to get application and library working

Need to install nodemon, express, cors, morgan, axios and dotenv command: npm i nodemon express cors morgan axios and dotenv

To run server for backend command: npm run server

//frontend

Need to install node module in react application command: npm install

Need to install axios npm i axios

To run the application follow below command command: npm start

0 comments on commit e697132

Please sign in to comment.