Skip to content

qfluis/ITAcademy_node_S3.3-S4-S5_REST_SERVER-JWT-BD-SOCKETS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    • crons
    • middleware
    • models
    • routes
    • tmp
    • app.js. Entry point.
  • .env. Environment descriptor. See dotenv doc.
  • .eslintrc. Linter JS, static code analyzer. See EsLint Docs.
  • .prettierignore. Code formatter. See Prettier Config and Prettier Ignore.
  • .ecosystem.config.js. Process Manage at runtime. See PM2 Docs.
  • package.json.

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

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

Utilities

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%