You must hand in by using git
bitbucket.org,
gitlab.com, or
github.com,
git push your local repo to the above remote repo.
node_modules/
.gitignore file.
Send a mail to <nmla@iba.dk> with:
handin <subjectname>'
in the subject line of your mail
In todays lesson you have seen a router that hinted at routes as a means of setting data id's for retrieval of data. In casu a country.
Create a page that displays a country from your recently
developed world database.
In todays lesson you have seen a router that hinted at getting and posting of country data.
Create a page with a form for entering a country into your
recently developed world database. The
GET /countryData route displays the form for entering
data, the corresponding POST route puts the
data into the database.