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.
- express
- mysql2
- dotenv
- http-status-codes
- joi
- cors
- jsonwebtoken
- jest
- eslint
- nodemon
mkdir folderName
cd folderName
npx backend-scriptchmod u+x createBack.shmkdir folderName
cd folderName
./createBack.sh