Skip to content

coolanant/Nodejs_Server_Beginner_Crash_Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs_Server_Beginner_Crash_Course

1. Installation of Node.js

  1. Download Node.js from here - https://nodejs.org/en/download/

Commands -

node --version

2. Creating Server using Express

Some Commands -

To create folder - mkdir <project_name>
Move in folder - cd <project_name>

npm init
npm i -S express body-parser

To run a file - node <file_name>

3. Connecting to Database

Some Commands -

npm i -S mongoose

For creating your own database - https://www.mongodb.com/cloud/atlas

For Downloading git - https://git-scm.com/downloads

For Downloading Heroku CLI - https://devcenter.heroku.com/articles/heroku-cli

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published