Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 1.59 KB

README.md

File metadata and controls

112 lines (77 loc) · 1.59 KB

Real Time Coin Watch


image


To run this project on your system , follow the below steps.

✅ Requirements

  • git

  • node

  • text editor


✅ Make Sure to give local or cloud mongodb URI at given below path


/backend/src/models/cryptoModel.ts

  • image

✅ LiveWatchCoin api key will be deleted after 1 week, to make app work fine add your api key at given below path


/backend/src/models/cryptoModel.ts

  • image

❌ How to Avoid Common Error

  • Make sure that no other process is already running on ports 3000, 3002


Steps 1

git clone [https://github.com/ibrijesh/RealTimeCoinWatch.git]

OR

git clone [[email protected]:ibrijesh/RealTimeCoinWatch.git]

Step 2

  • go the folder RealTimeCoinWatch
cd RealTimeCoinWatch

Step 3

  • go the folder backend
cd backend

Step 3

  • run the below command
npm i

Step 4

  • run the below command
npm start

Step 5

  • go the folder frontend
cd frontend

Step 6

  • run the below command
npm i

Step 7

  • run the below command
npm start

Step 8

  • go to your favourite browser and type
http://localhost:3000    
[GET] http://localhost:3002/events      
  • for testing (realtime data) using postman