# Deploying to Heroku ``` $ heroku create $ git push heroku main $ heroku open ``` or [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) # Documentation ## Add a student Enter the data in the repected field and click on submit. The page will be updated to display all the student in the database. ## Edit student Enter a valid student name from the the displayed list of students, an auto populated form will be displayed with the current data. Edit the details and press update. ## Delete a student Enter a valid student name and press delete. # Refrence [node-js-getting-started](https://github.com/heroku/node-js-getting-started)