项目作者: Rogith-Ranger

项目描述 :
Infinity War 2.0 Task
高级语言: HTML
项目地址: git://github.com/Rogith-Ranger/infinity_war2.0.git
创建时间: 2018-12-09T12:58:53Z
项目社区:https://github.com/Rogith-Ranger/infinity_war2.0

开源协议:

下载


Oauth2.0_google

infinity_war2.0

Authentication with google oauth2.0

Infinity War 2.0 Event User Authentication Task.
Server Port: 3000

Ive used the following packages, so install these while testing :-
express,
passport,
mongoose,
path,
multer,
gridfs-stream,
multer-gridfs-storage,
method-override,
dialog.

I’ve used nodejs, expressjs, mongodb and moongoose for building this application.
I have also done google+ authentication using passport.js.
On signup the email and password will be stored in database and on login it will be checked.
After login the page with pictures will be displayed.
The pictures are displayed as image slider which can be viewed using the left and right buttons present.
I have also added an additional feature of uploading any image and that image will be displayed in the image slider.
These images are stored in mongodb as image using Gridfs.
The front end is developed using bootstrap and JavaScript and i have referenced a few templates too.