
Tutorial repo for https://www.smashingmagazine.com/2020/04/express-api-backend-project-postgresql/
The Express API template is a robust foundation for anyone looking to build a server-side application with Node.js and PostgreSQL. This template provides a streamlined setup process and essential features that make your life easier as a developer. With user-friendly instructions and built-in testing capabilities, you can quickly get your application up and running, allowing you to focus on development rather than configuration.
Whether you are working on a personal project or a collaborative enterprise application, this template aims to simplify the development process and ensure maintainability. Its user-centric design facilitates a seamless transition from development to deployment, making it an excellent choice for developers at any skill level.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.