OAuth 2.0 implementation in Node.js.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Download and install the long term support version of Node.js from the Node.js Download page
- Download and install MongoDB community server from MongoDB website
Clone the repository using git. (Requires Git to be installed)
git clone https://github.com/mujehoxe/oauth.git
Or Download and extract the zip file at OAuth
Make sure that npm, node and mongod are in the environment variables.
Change Directory to the repository distination
cd <repository destination>
Run node package manager (NPM) installation
npm install
Run MongoDB server
mongod
Run project
node app.js
visit http://localhost:3000
Oussama Gaham