Skip to content

Josh Fermin's Evaluation #8

Description

@joshfermin

Couldn't get the code running due to a couple of things as others have pointed out, but I have some more suggestions you could do to improve your code base.

One thing you might want to do is add the node_modules to your .gitignore file so that the dependencies don't have to live on your repo (code size may get inflated). This way the user can just do an npm install and all the dependencies will get installed to their machine. Also, to add to that, you should probably remove all the dependencies that you are not using such as morgan, from your package.json and node_modules. Furthermore, adding a thorough readme would be very beneficial and helps add documentation to your code base. Helping other users run it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions