Skip to content

DMPS/OneFlowCodeTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneFlowCodeTest

Deliverables

  • Created a repository on Github for the task
  • Created an Express.js app that accomplishes the following:
  • Using Angular 2, created a simple web app that:
    • Makes an API request to a a local Express.js app to fetch the episodes
    • Displays the episodes in a grid with pertinent information saved as a card
    • Has a searchbox to enable client-side filtering of the episodes by title
    • Redirects the user to a page with a funny gif when they enter a bad url
  • Created unit tests for the GraphQL API using Jasmine

How to run the project

I suggest you do the following:

  1. Create a terminal in at ./server then enter the command node server.js
  2. Create a terminal at ./one-flow and enter the command ng serve
  3. If you wish, you can experiment with GraphQL at http://localhost:1337/. I left the option open for you to play with the schema and queries
  4. View the Angular 2 app at http://localhost:4000/ You can test all of the features there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors