Code Monkey home page Code Monkey logo

fullstack-interview's Introduction

fullstack-interview

A sample project to use for challenging some volunteers during job interviews.

Challenge

You will create an Angular frontend application for an already existing backend solution with a basic set of features to manage protocols.

By increasing features in the frontend you will also extend the backend's functionality alongside with frontend.

Requirements

The requirements for the frontend are the following:

  • The user has a view to list all protocols at once, beside this he can

    • filter and sort on the protocols metadata
    • only display a subset of protocols to avoid huge data loading (pagination / infinite scrolling)
  • The user has the possibility to trigger the following actions for each data set:

    • delete a protocol
    • open and display the related PDF document of a protocol and
  • The user can select a specific protocol and view the details of this protocol.

  • The user has the possibility to search for protocols (e.g. for its "name") using a search-mask

Optional:

  • Integrate a login mask for a user called "demo" and restrict access for non logged in users for the requirements above.
  • Harden the http-request responses (e.g. return an 404 if a user requests details for a non existing protocol)

Tools

  • All tools provided by the .Net or Angular frameworks itself
  • Any non restricted libraries provided by NuGet or npm
  • Any non restricted UI component libraries like Material or Bootstrap

Database

Use the following commands to create the SQLite DB

dotnet tool install --global dotnet-ef
# or to update to the latest version
# dotnet tool update --global dotnet-ef
dotnet ef database update # in "SimpleAPI" directory

fullstack-interview's People

Contributors

comcy avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

ctolk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.