
This is a starter kit for building RESTful APIs with ES6, Express framework and Passportjs
If you're looking to dive into the world of RESTful APIs, the Express RESTful Starter is a fantastic toolkit to help you get up and running quickly. Built using modern JavaScript features such as ES6, this starter kit leverages the power of the Express framework along with Passport for authentication. It provides a solid foundation for developers to build scalable and secure APIs efficiently.
In addition to its robust architecture, the Express RESTful Starter is designed to facilitate easy integration and customization, making it suitable for both beginners and seasoned developers. With the server conveniently running on port 3000, you can start sending requests and testing your endpoints immediately after setup.

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.