Skip to content

dscook/mean-stack-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Overview

A brief demo showing how easy it is to get going with Express and authentication.

Installation on Ubuntu 14.04

Install global dependencies:

  • Install git: sudo apt-get install git
  • Install nodejs: sudo apt-get install nodejs
  • Setup symbolic link due to node name clash: sudo ln -s /usr/bin/nodejs /usr/bin/node
  • Install npm: sudo apt-get install npm

Clone the project and install local dependencies:

  • Clone the repository : git clone https://github.com/dscook/mean-stack-authentication.git
  • Change to the project base directory: cd mean-stack-authentication
  • Install node local modules: npm install

Usage

To run the code:

  • node server.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published