Skip to content

codebru/node-boilerplate

Repository files navigation

node-boilerplate

Boilerplate for node backend with user auth

File Structure

/
├── Components
│   ├── Example
│   │   ├── index.js
│   │   └── index.test.js
│   └── Example2
│       ├── index.js
│       ├── index.test.js
│       ├── data.js
│       ├── data.test.js
│       ├── controler.js
│       └── controler.test.js
├── Utils
│   ├── Example
│   │   ├── index.js
│   │   └── index.test.js
│   └── Example2
│       ├── index.js
│       └── index.test.js
├── E2ETests
│   └── user.js
├── index.js
├── package.json
├── node_modules
└── README.md

Testing file location

Unit tests

Same place as the existing file

End to End tests

E2ETests folder

About

Boilerplate for node backend with user auth

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors