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.
|
1 year ago | |
---|---|---|
public | 1 year ago | |
.env | 5 years ago | |
.gitignore | 8 years ago | |
Procfile | 3 years ago | |
README.md | 1 year ago | |
app.json | 3 years ago | |
data.db | 1 year ago | |
index.js | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
test.js | 3 years ago |
README.md
Deploying to Heroku
$ heroku create
$ git push heroku main
$ heroku open
or
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.