Skip to content

Guhan21/mean-auth-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean-auth-base

A MEAN application base setup with Authentication https://mean-auth-base.herokuapp.com/

Express Backend A rock solid Node.js/Express server using Mongoose to organize the models and query for MongoDB

Angular-CLI A power scaffolding tool for Angular and also to manage the build process

JWT Tokens Full featured authentication using JSON Web Tokens with the help of Passport

Installation: NodeJS/Express

$ npm install

Installation: Angular

$ cd angular-src
$ npm install

Build: Angular

# 'outDir' modified in .angular-cli.json
$ ng build

Running the app

$ npm start

About

A MEAN application base setup with Authentication https://mean-auth-base.herokuapp.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages