NPREST-SQL is an open-source template for building production-ready REST APIs in NodeJS with MySQL database.
The aim is to focus on best practices without hampering the performance.
Use the package manager npm to install below.
+ express
+ mysql
+ dotenv
+ cookie-parser
+ redis
+ cors
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.