Skip to content

Using the MSC architecture, it is necessary to create a dozen standardized folders and files for a good development practice. This script automates the creation of the entire base of a Node.Js API using express.

Notifications You must be signed in to change notification settings

breno5g/backend-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Using the MSC architecture, it is necessary to create a dozen standardized folders and files for a good development practice. This script automates the creation of the entire base of a Node.Js API using express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published