Please enable JavaScript.
Coggle requires JavaScript to display documents.
Backend Project Structure, App.js, File Tree, (Public, File Tree), (root,…
Backend Project Structure
Project Setup
1) npm init -y
2) npm i nodemon
3) npm i express
Front-End Related Files
App.js
App.js
Main skeleton
Details
Add Paths library + define static folders + app use to all of that
File Tree
Public
Root
Public
File Tree
root
File Tree
modules
blogs
routes
database
controller
Corresponding Location
> CSS, images, JavaScript Folders
BLOG APP APPLICATION