Tuesday 29 October 2019

My experience with node and best practices in one repo

You can find the repository here https://github.com/feredean/node-api-starterOver the past several years of working as a full-stack developer, I realized that very often I find myself taking a peek at past projects to refresh my memory when it comes to structure, various project configuration or implementation. After taking a look at popular projects like https://github.com/sahat/hackathon-starter or https://github.com/microsoft/TypeScript-Node-Starter I realized that they are not quite what I'm looking for. What I wanted was an API designed for app consumption. With this in mind and the projects mentioned above as a guide I started working on yet another node API starter (along with it's own example app!). When I started I had the following things in mind:fully configured development environmentuse async/await over callbackscreate integration tests with over 80% code coveragesupport CI and CDact as a repository of "examples" as well as a starter kit for creating applicationsAt this point, I have more or less achieved what I have set out to do and decided it's time to reach out to the community in order to get some feedback.

Submitted October 29, 2019 at 10:24AM by tbfrdn

No comments:

Post a Comment