GithubHelp home page GithubHelp logo

error-hunt's Introduction

Week #09

Case Study #02 - Code Debugging & Hosting

Part #1 Essential

  1. You can find me if you look at the starting point. - app.js

  2. I am a third-party module that is installed and has an important role. I will prevent your application from running. The entire part of myself is missing. - imported module body-parser

  3. I am a local (user-defined) module. I am checking whether you can distinguish the location name from my name. - Renamed file name homerouter.js -> homeroute.js

  4. I appear as a module. I am just an array of Objects. Someone didn't call my name properly. - var users -> var user

  5. I will be a sick joke when you run this application.

Part #2 Improvisation and Updating

  1. Change me, first navbar will tell. I am an array of objects which can be modularised and kept somewhere as static data. - Moved navs array to a seperate module in data/navs.js

  2. I took care when someone else tries to access this server for resource sharing. I am not currently used. Add me if you find me useful. - Using cors

  3. I am a form on one of the EJS pages. When I send data, the backend always misses one. Silly spelling Error - Fixed typo : image: req.body.images -> image: req.body.image

  4. I am Update and Delete operation of this project. Even though am working perfectly, am not being implemented with the proper method.

  5. I am a deprecated method that welcomes a new user in this project. You know better now. - Using alert npm package

Part #3 Deployment in Heroku

  1. Link: https://heroku-errorhunt.herokuapp.com/

error-hunt's People

Contributors

surya-gayathri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.