/nodeInitialDemo

Fork per fer l'sprint 4

Primary LanguageJavaScript

Node Initial Project

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:

  • Clone the project from the Github Platform. Execute:
    git clone [url project]
    
  • Open the project downloaded. Open Project

Import project for use with WebStorm

Follow the steps below:

  • Clone the project from the Github Platform. Execute:
    git clone [url project]
    
  • Open the project downloaded. Open Project

Utilities