Skip to content

PandH4cker/NewserServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewserServer

Author

Raphael Dray

Introduction

The Newser Server is a RESTful API Node.js Server built for Authentication of Newser Mobile application.

The server integrates a JWT (JSON Web Token) Authentication in order not to store the sessions in the database.

The key for signing the JWT token is base 64 encoded.

BlowFish is used to encrypt password in the database.

It uses MongoDB for saving and creating schemas of the users.

Developed for the React-Native/Expo mobile App, Newser.


Installation

You will need to start the MongoDB service before launching the server.

$ git clone https://github.com/MrrRaph/NewserServer.git
$ cd NewserServer
$ npm install
$ npm start