Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.15 KB

File metadata and controls

37 lines (23 loc) · 1.15 KB

CRUD_application

Learn step by step about completing CRUD application with Node, Express and MongoDB.

How to run

npm install
npm start

File Introduction

assets: used to add CSS, JavaScript or Images

node_modules: contains installed dependencies for project

server: including files for inputing data and how to deal with it, connencting database, routes and services between pages

views: layout of the pages

config.env: environment variables

package: first step in node project and including important dependencies

package-lock: created for locking the dependency with the installed version

server.js: open a file on the server

Page Display

index.ejs 79b6bd72360dd71a3fd8acac8f8b37a

add_user.ejs 248cd7fe568a488dd7f63c338dcd1c1

update_user.ejs 4bd316b31ddc4f2585ba8ed62a4b3bf