We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
help
The text was updated successfully, but these errors were encountered: