J-Lindley / Intervue

2 stars 0 forks source link

Verify all needed technologies are present in app. #27

Open ashleye37 opened 4 years ago

J-Lindley commented 4 years ago

● Must use ReactJS in some way (even if minimal) ● Must use a Node and Express Web Server ● Must be backed by a MySQL or MongoDB Database with a Sequelize or Mongoose ORM
● Must have both GET and POST routes for retrieving and adding new data ● Must be deployed using Heroku (with Data) ● Must utilize at least two libraries, packages, or technologies that we haven’t discussed ● Must allow for or involve the authentication of users in some way ● Must have a polished frontend/UI ● Must have folder structure that meets MVC Paradigm ● Must meet good quality coding standards (indentation, scoping, naming) ● Must not expose sensitive API key information on the server

ashleye37 commented 4 years ago

● Must use ReactJS in some way (even if minimal) - CONFIRMED ● Must use a Node and Express Web Server - CONFIRMED ● Must be backed by a MySQL or MongoDB Database with a Sequelize or Mongoose ORM - CONFIRMED ● Must have both GET and POST routes for retrieving and adding new data ● Must be deployed using Heroku (with Data) ● Must utilize at least two libraries, packages, or technologies that we haven’t discussed - CONFIRMED (Semantic UI and Redux) ● Must allow for or involve the authentication of users in some way - CONFIRMED ● Must have a polished frontend/UI ● Must have folder structure that meets MVC Paradigm - CONFIRMED ● Must meet good quality coding standards (indentation, scoping, naming) ● Must not expose sensitive API key information on the server - CONFIRMED

ashleye37 commented 4 years ago

Still to be confirmed: ● Must have both GET and POST routes for retrieving and adding new data ● Must be deployed using Heroku (with Data) ● Must have a polished frontend/UI ● Must meet good quality coding standards (indentation, scoping, naming)

ashleye37 commented 4 years ago

Update on confirmed portion of our needed technologies: ● Must be deployed using Heroku (with Data)- Confirmed.

Still to be confirmed: ● Must have both GET and POST routes for retrieving and adding new data ● Must have a polished frontend/UI ● Must meet good quality coding standards (indentation, scoping, naming)