- Express, Mongo, Node, Angular 1.4
- JWT token authentication (from Satellizer)
- fork and clone this repo
- run
npm install
- run
nodemon
- Go to your
.env
file and change your TOKEN_SECRET variable. dotenv docs - add
.env
to your.gitignore
file.
- Read the Satellizer docs on how to add these authorizors.