backend-script
v1.0.19
Published
## Package to create a basic structure to backend development
Downloads
6
Maintainers
Readme
backend-script
What does the script do?
The script was created in order to speed up the creation of the entire base for backend development. In it we have included "all" the basic file folder structure for the beginning of development. We also have some dependencies that I think are interesting for us to use in development and some development dependencies.
Dependency list:
- express
- mysql2
- dotenv
- http-status-codes
- joi
- cors
- jsonwebtoken
Development dependencies list:
- jest
- eslint
- nodemon
How to use node version:
mkdir folderName
cd folderName
npx backend-script
How to use shell version:
chmod u+x createBack.sh
mkdir folderName
cd folderName
./createBack.sh