Skip to content

carloseduleal/express_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPRESS EXAMPLE

Installing database:

brew install mongodb

Creating database repository

mkdir data && cd data && mkdir db

Running database:

sudo mongod run --dbpath=data/db

Running the project:

node server.js

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors