Skip to content

Review for HW2 #5

@ridler

Description

@ridler

To make Node projects more portable (so that it's easy for people like me to clone your repository and run your code), make sure you add all your dependencies to the package.json file.

So if you're using moment.js, do npm install --save moment, and it will be saved as a dependency. So then people who clone the repo can just run npm install and then they will get all of the needed things.

You should also echo node_modules/ >> .gitignore before you push to GitHub.

Lastly, a write-up of your API would be nice so that I could know how to use the app without reading all of the route code.

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