technologies used- FRONTEND-reactjs BACKEND-nodejs DATABASE-postgresql
- install dependecies in both frontend and backend by running 'npm i" in the terminal
- add .env file in backend folder
- run backend with "npm run dev"
- in terminal we can see both server is running as well as api is available
- run frontend with "npm run dev"
- we can see the local host uri through which we can proceed further for our project and can check the values and use our project
THANK YOU