Skip to content

HTML(HyperText Markup Language) is like a skeleton of the website. It creates the structure. Like which division of the website should be placed where. It uses tags to define the structure. CSS(Cascading Style Sheets) is like the beauty parlor of HTML. It uses its defined properties and its values to give styling to the selected tags of HTML. Ja…

Notifications You must be signed in to change notification settings

ArpanMaheshwari144/Complete-HTML-CSS-and-JavaScript-With-Mongoose-and-ExpressJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complete-HTML-CSS-and-JavaScript-With-Mongoose-and-ExpressJS

Requirements

For development, you will need only Node.js installed in your environment.

Node

Just go on official Node.js website and download the installer according to your system specifications.


If the installation was successful, you should be able to run the following commands:

node --version
npm --version

Make sure these two commands show versions not error.


Now open any text editor you want and in editor's terminal run this command:

npm init

Follow the steps and answer some questions and this will create necesssary folders in your working directory.


Now install nodemon with this command:

npm i -g nodemon

This will download nodemon globally.

Now install express with this command:

npm i -g express

This will download expess globally.

Now install mongoose with this command:

npm i -g mongoose

This will download mongoose globally.

Also you can run the files by the help of nodemon using this command:

nodemon "filename"

By the help of this command you did not start the server again and again and also this command will only run js files.

You can install various tools necessary for your production with this command:

npm i -g "nameoftool"

This will download that tool globally.

Install

Now download the code.

You can run the files by the help of node command:

node "filename"

Also You can run the files by the help of nodemon command:

nodemon "filename"

About

HTML(HyperText Markup Language) is like a skeleton of the website. It creates the structure. Like which division of the website should be placed where. It uses tags to define the structure. CSS(Cascading Style Sheets) is like the beauty parlor of HTML. It uses its defined properties and its values to give styling to the selected tags of HTML. Ja…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published