Skip to content

domjoseph-flg/2020-fullstack-exercise

 
 

Repository files navigation

Fone Dynamics Full Stack Development Coding Challenge

Introduction

Thank you for your interest in working with us at Fone Dynamics! We all love working with talented co-workers. This challenge is intended to help us evaluate where you are in your programming career so we can determine how you might fit within our company.

The Challenge

Background

In order to assess your ability to develop backend and frontend applications, we ask that you develop a RESTful API in C# .Net Core, with an accompanying Angular Frontend.

Setup

  1. You must first fork this repo. If you do not have a GitHub account, you will need to first sign up in order to fork it.
  2. Clone your forked repo and develop the application according to the requirements below.
  3. Once you think you have completed the exercise to a satisfactory level, ensure all of your code has been committed to your forked repo and issue a Pull Request back to the FoneDynamics repo.

Requirements

You have been tasked to build a HTTP RESTful API using C# .Net Core, with an Angular frontend.

Backend

All data is to be sourced from exercize.yaml - no need to set up a real database.

Develop an API in C# .Net Core with 2 endpoints:

  1. Authorizes usernames and passwords - auth key in exercize.yaml
  2. Shows customer data - customers key in exercize.yaml

Frontend

Develop an AngularJS application which has two parts:

  1. A login screen which authorizes via the authorization endpoint in the backend
  2. Once authenticated, shows a table of customers with the data retrieved from the backend's customer endpoint

The customer table should provide filters on the following:

  • tags
  • number of employees - 1-10 employees, 11-50 employees, 50+ employees

As well as the filters, each column should be able to be reordered by clicking on the appropriate heading (ascending/descending)

The customer table must not be viewable unless the user is authenticated.

Questions?

If you have any questions around the implementation of this exercise, please open an Issue on the parent repository at https://github.com/fonedynamics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 42.9%
  • TypeScript 40.6%
  • HTML 11.0%
  • JavaScript 4.6%
  • CSS 0.9%