Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 478 Bytes

nodejs-web-app

Document

This work is an example of CRUD processing with Nodejs.

Used technologies; NodeJs, Express, MongoDB, Passport, Flash and Handlebars.

Installation

git clone git@github.com:hadeyici/nodejs-web-app.git
cd nodejs-web-app

npm install
node app.js (or nodemon)

Your server address in your preferred browser: localhost:5000