Diary of a Developer
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:
npx express-generator my-app
cd my-app
npm install
npm start
Thursday, January 12, 2017
NodeJs, express, and express route
Came across this tutorial. Very self explanatory!!
Here is the simple and best example:
https://alligator.io/nodejs/express-basics/
https://scotch.io/tutorials/learn-to-use-the-new-router-in-expressjs-4
https://codeforgeek.com/2015/05/expressjs-router-tutorial/
Sunday, December 11, 2016
NodeJS, express and Jasmine
Click here for the Introduction page at Jasmine
Here's an easy to follow tutorial/blog on how to test using Jasmine-node. There are couple of typos and issues with the code there but it definitely helps if you are novice node, express, and Jasmine guy!
https://semaphoreci.com/community/tutorials/getting-started-with-node-js-and-jasmine
https://github.com/mhevery/jasmine-node#async-tests
https://evanhahn.com/how-do-i-jasmine/
Also, the Jasmine assertions can be found here:
https://jasmine.github.io/2.0/introduction.html#section-Included_Matchers
And here is the awesome web site
where the basics of Jasmine were demystified:
http://www.htmlgoodies.com/html5/javascript/spy-on-javascript-methods-using-the-jasmine-testing-framework.html
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/
Older Posts
Home
Subscribe to:
Posts (Atom)