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.
 
 
 
mms37 3a85ee116d
documentation
2 years ago
public Testing 2 years ago
.env Revert "That file was not needed, remove from rep (#107)" 6 years ago
.gitignore update .gitignore 8 years ago
Procfile Upgrade ejs modules (#227) 3 years ago
README.md documentation 2 years ago
app.json update git references to use main 4 years ago
data.db Testing 2 years ago
index.js start front end 2 years ago
package-lock.json msg 2 years ago
package.json msg 2 years ago
test.js add got to dev and fix errors 4 years ago

README.md

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

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