seanrreid / busted_class_survey

The Class Survey NEP App, BUSTED!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class Survey is BUSTED!!!

The Class Survey App is BUSTED!!

I'll share a .env file with the class via Slack. This has the proper connection information for a database hosted on ElephantSQL.

Requirements

There are ~18 or so bugs in this file (I think?).

  • Fork this repo, and clone it to your machine.
  • Run npm i to install all the dependencies in package.json
    (I promise there are no errors in the dependencies!)
  • Look at the scripts section to determine what scripts you can run.
  • Try to run the app.
  • Find and fix the errors!

These files are in play

  • app.js is in play!
  • conn.js is in play!
  • All routes, views, and models are in play!
  • package.json is in play!

These files are fine

  • The dependencies are correct (but other parts of package.json might not be!).
  • package-lock.json is fine.
  • The schema and seed files are accurate.
  • The .env file is fine.
  • The database is correct, as well as the username and password.
  • You don't need any new files.
  • You don't need to rename any files.
  • Fix the bugs in the existing files only!

The working app should look like the following screenshot:

Solution Screenshot

About

The Class Survey NEP App, BUSTED!


Languages

Language:JavaScript 82.0%Language:HTML 18.0%