Open ankitsaini074 opened 2 years ago
help
Install heroku CLI & git(on your system) (for ref.- https://devcenter.heroku.com/articles/git)
after installation of the above 2, proceed with the below steps,
*NOTE- Code deployed successfully but only CREATE user api is working. UPDATE & DELETE are currently not working after deployment
help
Install heroku CLI & git(on your system) (for ref.- https://devcenter.heroku.com/articles/git)
after installation of the above 2, proceed with the below steps,
- on the terminal, heroku login -i
- cd /myapp
- git init
- heroku create crudapp
- (create a .gitignore file in the project root dir. and type inside the file "/node_modules")
- git add .
- git commit -m "My first commit"
- git push heroku master
*NOTE- Code deployed successfully but only CREATE user api is working. UPDATE & DELETE are currently not working after deployment
yeah mate even i got this problem on heroku But its working smooth on netlify
help