Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaltsoon/angular-node-token-auth
Simple token based authentication with Node.js and Angular
https://github.com/kaltsoon/angular-node-token-auth
Last synced: 14 days ago
JSON representation
Simple token based authentication with Node.js and Angular
- Host: GitHub
- URL: https://github.com/kaltsoon/angular-node-token-auth
- Owner: Kaltsoon
- Created: 2015-10-13T08:52:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T06:35:34.000Z (about 9 years ago)
- Last Synced: 2023-04-06T05:12:19.620Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple token based authentication with Node.js and Angular
[![Build Status](https://travis-ci.org/Kaltsoon/Angular-Node-Token-Auth.svg?branch=master)](https://travis-ci.org/Kaltsoon/Angular-Node-Token-Auth)
Install dependencies by running `npm install` and then start the server by running `npm start`. Application uses MongoDB, set your config in `config/databaseConf.js` file.