Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is a simple blog, developed with Node.js + Express + MongoDB + Handlebars as part of my studies in Node.js

Notifications You must be signed in to change notification settings

westjoao12/blogapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogapp

This is a simple blog, developed with Node.js + Express + MongoDB + Handlebars as part of my studies in Node.js

How to run this project?

# Clone this repository
# Clone este repositorio
$ git clone https://github.com/westjoao12/blogapp.git

# Access the project folder in your terminal
# Acesse a pasta do projecto no seu terminal
$ cd blogapp

# Install dependencies
# Instale as dependências
$ npm install express
$ npm install nodemon -g
$ npm install express-handlebars
$ npm install body-parser
$ npm install mongoose
$ npm install express-session
$ npm install connect-flash

# Run the application
# Execute a aplicação
$ nodemon app.js

# The application will start on port 8081
# A aplicação será iniciada na porta 8081
access via browser https://localhost:8081

About

This is a simple blog, developed with Node.js + Express + MongoDB + Handlebars as part of my studies in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published