Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 556 Bytes

File metadata and controls

15 lines (11 loc) · 556 Bytes

Node JS, Passport Authentication

Server and Client projects which uses Node JS, Express, Passport and MYSQL which allows users to register and login.

Requires multiple node modules to run aswell as a database which needs to be configured. Both server and app folder need to have the modules installed seperatly using.

$ npm install

An Example of database.js is given in the server folder.

Server project runs on localhost:5000 App project runs on localhost:3000

If ports change, you will need to change the port values inside both projects