An open API service indexing awesome lists of open source software.

https://github.com/mohamedjakkariya/init-node-server

To create the Node SQL Express(NOSE) server with a single line of code to initialize the repository. Also this like a kind of CRA (Create-react-app) template.
https://github.com/mohamedjakkariya/init-node-server

expressjs nodejs server sql

Last synced: 3 months ago
JSON representation

To create the Node SQL Express(NOSE) server with a single line of code to initialize the repository. Also this like a kind of CRA (Create-react-app) template.

Awesome Lists containing this project

README

        

This package is used to initiate the sql with node server by single line for making developer life easy.

Here [refer](https://github.com/MohamedJakkariya/init-node-server/blob/v2.x/DBMANUAL.md) our all customize sql db functions to make your code a lot modular.

> Step 1 :
> To install the init-node-server package as globally by using following command.

```npm
npm i -g init-node-server
```

> Step 2 :

> Initiate the server by following commands and go into the created folder.
**Note** : skip the **Step 1** if aldready done.

```
init-node-server my-server
```

> Step 3 :

> To setup up your db configurations.

```
cd my-server
```

> Step 4 :

> To start the developemnt server by using following command.

```npm
npm run devstart
```

Hurray 🎉🎊🎉

Happy Coding! 😊