Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.95 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.95 KB

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