Skip to content

My first node server that communicates with MongoDB

Notifications You must be signed in to change notification settings

LeonardoRick/node-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello everyone. This program sets a simple node server accessing a MongoDB.

It assume you have MongoDB installed and understand a little of npm packages.

execute: 

npm install 
-> to install dependencies

nodemon app.js
-> to start the server on 3000 port

this is my first server set-up so i'm publishing this just for record.

the almost equal code, you can find at the excelent tutorial that I followed right here:
https://codeburst.io/hitchhikers-guide-to-back-end-development-with-examples-3f97c70e0073

enjoy it! :)

About

My first node server that communicates with MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published