Skip to content
/ node-boilerplate Public template

Boilerplate for node backend with user auth

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published