Skip to content

IT-Academy-BCN/nodeInitialDemo

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

Watchers

Forks

Releases

No releases published

Packages

No packages published