Skip to content
/ album-app Public

Album app created for Mavennet coding challenge

Notifications You must be signed in to change notification settings

k17l/album-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

#Back-end Developer Coding Challenge

Goal:

Develop a Back-end app that allows a user to see their albums and its' associated photographs

  • Fork this repo. Keep it public until we have been able to review it.
  • Web : Node.js/Java/C#/Go/any language you're comfortable with
  • User/Albums/Photos structure similar to https://jsonplaceholder.typicode.com/
  • App should restrict some routes and not others

Evaluation:

  • App operates as asked
  • No crashes or bugs
  • Follow Clean Code and SOLID principles
  • Code is understandable and maintainable

Suggestion:

  • JWT, Cookies, etc for Authentication
  • /users to fetch all users (unauthenticated)
  • /albums to fetch all albums associated with the user (authenticated)
  • /photos to fetch all photos associated with the user (authenticated)
  • /albums/:id to return a specific album (authenticated)
  • /photos/:id to return a specific photo (authenticated)
  • Feel free to use frameworks

About

Album app created for Mavennet coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published