A fork from sails-passport with the intention of providing required data and REST API service to Bappeda Kota Banda Aceh.
- Clone this repo and
cd
to your destined folder - Make sure your MySQL server is running
- Rename
/config/connections_example.js
to/config/connections.js
and change the value ofmysqlServer
in/config/connections
to reflect your own MySQL setup conf (make sure to use new dedicated database since it will alter the database, unless you change the config in connections.js ) - run
npm install
- run
sails lift
- if you have
npm install
withbcrypt
error such asnode-gyp
build error, it is okay, since I already subtitute bcrypt withbcrypt-nodejs
in the app implementation. If you are perfectionist, just deletebcrypt
frompackage.json
dependency and you all set.
This is as minimal as it can be. Use it as your boilerplate to startup your REST API server, and as your playground to understand sailsjs concept + setup Passport authentification in server. For Accessing the functionality, you can use postman or better yet, download my other repo angular-passport. MIT License
Copyright © 2016 Zuhra Sofyan