Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Initial Demo

Project Structure

Main structure of node.js project. Folders / files:

  • __tests__. Tests folder. See Jest Docs and Chai Docs
  • app:
    • config
    • controllers
    • middlewares
    • models
    • routes
    • helpers
    • app.js. Entry point.
  • package.json.
  • .env. Environment descriptor. See dotenv doc.

Extras:

Import project for use with Visual Studio Code

Follow the steps below:

Import project for use with WebStorm

Follow the steps below:

Utilities

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages