Latest Posts
Showing posts with label ExpressJS. Show all posts
Showing posts with label ExpressJS. Show all posts
Monday, April 17, 2017
The previous blog post we setup our application to work with Heroku locally. In this post we will deploy our application to the live Heroku platform.
Here are the steps to deploy our application to Heroku:
1. First we need to check in our code into a local Git repository to add our code to Git is easy first type git init
Here are the steps to deploy our application to Heroku:
1. First we need to check in our code into a local Git repository to add our code to Git is easy first type git init
Thursday, April 13, 2017
In this blog post we will setup our AngularJS SPA application for Heroku and testing it locally to make sure we got all our ducks in a row if you need a refresher for how to setup Heroku you can visit this post. By deploying to Heroku we can access our application online making our application live.
Here are the steps to deploying the AngularJS shopping application to Heroku:
1. Find out the node and npm version you have installed on your machine by typing in the following command
node --version
npm --version
Here are the steps to deploying the AngularJS shopping application to Heroku:
1. Find out the node and npm version you have installed on your machine by typing in the following command
node --version
npm --version
Tuesday, April 11, 2017
In the previous blog we setup the folder structure to use the Jade view engine just to make sure Express is working correctly. In this blog post we are going to tell Express to serve file static files as well in our app folder. In the previous part when we browse to http://localhost:3000 we get the "Express" index page. Using a view engine is a preference that some people have, but I feel more comfortable developing in HTML.
Tuesday, April 4, 2017
Now that we have express installed let's do a little clean up and organization by creating some folders that we need. First of all create the models and controllers folder inside the app folder your folder should look like the following
Thursday, March 30, 2017
In our AngularJS SPA application we will be using the Express web server to serve up our web application. In the previous blog post we installed the Express-generator globally. Now we can install Express in the root folder of our SPA application.
Here are the steps to create an Express application:
1. Open the command line prompt at the root folder of the SPA application
Here are the steps to create an Express application:
1. Open the command line prompt at the root folder of the SPA application
Thursday, March 23, 2017
In order to install the Express web server on the fly on your machine you need to install the Express generator. Fortunately with NodeJS it is as easy as typing in a command in the command line. This step used to install Express globally so that it will be easy for development.
Here are the steps to install Express generator globally:
1. Open up the command line and type in the following command
npm install -g express-generator
Here are the steps to install Express generator globally:
1. Open up the command line and type in the following command
npm install -g express-generator
Subscribe to:
Posts (Atom)
Search This Blog
Tags
Web Development
Linux
Javascript
DATA
CentOS
ASPNET
SQL Server
Cloud Computing
ASP.NET Core
ASP.NET MVC
SQL
Virtualization
AWS
Database
ADO.NET
AngularJS
C#
CSS
EC2
Iaas
System Administrator
Azure
Computer Programming
JQuery
Coding
ASP.NET MVC 5
Entity Framework Core
Web Design
Infrastructure
Networking
Visual Studio
Errors
T-SQL
Ubuntu
Stored Procedures
ACME Bank
Bootstrap
Computer Networking
Entity Framework
Load Balancer
MongoDB
NoSQL
Node.js
Oracle
VirtualBox
Container
Docker
Fedora
Java
Source Control
git
ExpressJS
MySQL
NuGet
Blogger
Blogging
Bower.js
Data Science
JSON
JavaEE
Web Api
DBMS
DevOps
HTML5
MVC
SPA
Storage
github
AJAX
Big Data
Design Pattern
Eclipse IDE
Elastic IP
GIMP
Graphics Design
Heroku
Linux Mint
Postman
R
SSL
Security
Visual Studio Code
ASP.NET MVC 4
CLI
Linux Commands
Powershell
Python
Server
Software Development
Subnets
Telerik
VPC
Windows Server 2016
angular-seed
font-awesome
log4net
servlets
tomcat
AWS CloudWatch
Active Directory
Angular
Blockchain
Collections
Compatibility
Cryptocurrency
DIgital Life
DNS
Downloads
Google Blogger
Google Chrome
Google Fonts
Hadoop
IAM
KnockoutJS
LINQ
Linux Performance
Logging
Mobile-First
Open Source
Prototype
R Programming
Responsive
Route 53
S3
SELinux
Software
Unix
View
Web Forms
WildFly
XML
cshtml
githu