Live at : - https://expense-manager-qfr3.onrender.com/
Download this folder
Then
#Front-end
For building the production file use
To move it into server folder for deployment use
#Back-end Then
- Add appropriate data in config.env file
- Change path of config.env in server.js file
- git add .
- git commit -m ""
- git push heroku HEAD:master
- To make any changes in the front-end, make sure to run the build command and then copy the build folder into server folder. Then push the changes to heroku.
- To make any changes in the back-end, make sure to push the changes to heroku.