displaying drill data
step to run the application:
- Clone the git repo :
cmd: git clone https://github.com/sudhanshu7277/drill-data-Sudhanshu.git
- Change directory to backend/server (node-api) and install dependencies:
a) cmd: cd node-api b) npm install
- start the backend node server:
cmd: npm start
-
Open another terminal and Come back to the root level and enter front end folder (frontend) and install dependencies: a) cd frontend b) npm install
-
Run the application: a) npm start b) use the url : http://localhost:3000