1.0.9 • Published 2 months ago

basic-backend-setup v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

basic-backend-setup

Basic Backend Setup

npm version License

A utility for setting up a basic backend server with Node.js and Express, incorporating MySQL database connectivity and using ORM Sequelize. This package also includes better loggers for status codes and sets up directories following the MVC pattern for a REST API.

Prerequisites

  • Node.js version >= 10

Installation

  • first initialize the project
  npm init
  • install the package
   npm install basic-backend-setup
  • copy the directories and files
  node node_modules/basic-backend-setup/copy-templates.js
  • setup the .env file accordingly
  • start the server
  npm start

Features

  • Quick and easy setup for a basic backend server.
  • Default configurations for Node.js version >= 10.
  • MySQL database connectivity with ORM Sequelize.
  • Better loggers for status codes.
  • Directory structure following the MVC pattern for a REST API.

GitHub Repository

Find the source code on GitHub: GitHub Repository

License

MIT

Authors

🔗 Links

GitHub LinkedIn Twitter Portfolio

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago