Showing posts with label express. Show all posts
Showing posts with label express. Show all posts

Thursday, December 31, 2020

Node express up and running in 5 minutes

Follow the guidelines here: https://expressjs.com/en/starter/generator.html

All in all, from command prompt:
  1. npx express-generator my-app
  2. cd my-app
  3. npm install
  4. npm start

 

Sunday, December 11, 2016

Friday, February 20, 2015

Using NodeJS, express, and MongoDB

Using NodeJS, express, and MongoDB stack? The following web site gives an introduction about how to install and run a full stack using these technologies in easy steps. Cool!
http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/