Skip to content

fanvue/fullstack-challenge-sqlite

Repository files navigation

Fanvue's Fullstack challenge

Setup the project:

Make sure you install all the dependencies (currently pnpm, but you can opt-out) and start the solution in dev mode.

There is a simple homepage that will display a typical "feed" page.

Requirements:

Note:

  • The database is already seeded, but you can add more data if you want to.

Please complete the following tasks:

  • Show a centered column of posts which are simple boxes with at least title and content properties, you can aggregate more data where it makes sense.
  • For each post, show a button with a counter of the comments, or nothing if there are no comments.
  • When clicking on the comment counter, the comments appear below it, you can choose what component to use.
  • Although there is no authentication, user can add a comment to a post.

Consider the following, for instance leaving comments close to where this is relevant:

  • Scalability of the solution
  • Performance
  • What Database type would be fit
  • How monitoring and logging could be implemented
  • SSR and SSG
  • Possible infrastructure setup to help with the above

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published