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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de3dd86 · Feb 22, 2021

History

20 Commits
Feb 22, 2021
Jul 23, 2019
Jul 18, 2019
Jul 12, 2019
Jul 23, 2019
Nov 19, 2019
Jul 23, 2019
Nov 28, 2019
Oct 27, 2019
Feb 22, 2021
Feb 22, 2021

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