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.
- Host: GitHub
- URL: https://github.com/mohamedjakkariya/init-node-server
- Owner: MohamedJakkariya
- Created: 2020-10-26T07:30:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T10:42:03.000Z (over 4 years ago)
- Last Synced: 2025-01-18T02:17:32.249Z (5 months ago)
- Topics: expressjs, nodejs, server, sql
- Language: JavaScript
- Homepage:
- Size: 343 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 😊