/simpsons-app

Primary LanguageEJSMIT LicenseMIT

Simpsons App


Exam set up

  • Fork this repository

  • Clone your forked repository into your computer

  • cd into the folder that was created

  • run the command :

    • npm install
    • This will install all the required packages that you will need to work with.
  • Copy the .env.example and rename it to .env

    • note: You will see an example DATABASE_URL to work with in that file. Replace this with your own DATABASE_URL and remove any others.
  • Implement any other environmental variables into your newly created .env file.


Exam Notes

  • You will have starter code in the server.js to work with. Read the comments and understand it fully before you start coding. This will help you decide you start point and it will save you time.

Exam Rules

  • You have 2 hours and 30 minutes to solve this exam and the code challenges with it. 🕙 🕧

  • After you are placed in your room you will need to do the following: ❗

    • Share your screen ⬅️ ❗
    • Open your camera ⬅️ ❗
    • Start recording yourself. ⬅️ ❗
  • After You are done with the exam you will need to submit the following to your instructor: ❗

    • Your github forked repo ‼️
    • Your deployed website on heroku ‼️
    • Your recording ‼️
  • No viewing of previous code is allowed; not event your own labs. ❌

  • No communication is allowed (Slack, Facebook, whatsapp, smoke signals ..etc) ❌

  • No notes are allowed:

    • github gist ❌
    • notes ❌
    • .txt notes ❌
    • google sheets ...etc ❌
    • including paper notes ❌
  • You are allowed to use google for searching ✔️

    • But do not go to sites which have repositorties such as (github.com, bitbucket.com, gitlab.com) ❌
  • The only sites allowed from github is this repo that you will be forking into your own account.

  • You can make use of the cheatsheets folder


Exam Instructions