You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
680 B

2 years ago
# Deploying to Heroku
11 years ago
```
10 years ago
$ heroku create
$ git push heroku main
10 years ago
$ heroku open
```
9 years ago
or
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
2 years ago
# 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.
2 years ago
# Refrence
[node-js-getting-started](https://github.com/heroku/node-js-getting-started)