Run below comlmand to install dependicies
npm i
then to start application run
npm start
or if you prefer nodemon
nodemon
After that you would be able to run your application at localhost:4000/admin
--Will contain Database Access Logic
- Will contain presentation logic -HTML CSS JS
-Will contain logic for business logic -flow control
Install nodemon for development
npm i -g nodemon