Skip to content

Answer to openfullstack.com course exercises from the University of Helsinki. Part 4

Notifications You must be signed in to change notification settings

patchamama/fullstackopen-part4-bloglist

Repository files navigation

Answers to openfullstack.com course exercises from the University of Helsinki

Exercises

a. Structure of backend application, introduction to testing

The exercise 4.7 was done with lodash library and without additonal libraries

Tests can be execute as follow:

npm test

b. Testing the backend

c. User administration

d. Token authentication

Pending

Does not appear in any exercise:

  • It is only possible for authenticated users to update entries such as likes, url (existing) or title. (controllers/blogs.js > .put() action)
  • Optionally save creation and update date of blog entries
  • Return API queries such as the blog posts of a certain user, or the blog posts with the most likes.

About

Answer to openfullstack.com course exercises from the University of Helsinki. Part 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published