Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.27 KB

File metadata and controls

49 lines (32 loc) · 1.27 KB

Node Postgres Auth

Repo to handle the Node JS authentication with postgres backend talks by MDJSN

About

This is a dummy boilerplate to be used by the team which includes the basic authentication system, with JWT Token response sent back to client after verification along with Postgres to store the data

Installation

Clone the source locally:

$ git clone https://github.com/mdjsn/node-postgres-auth
$ cd node-postgres-auth

Install required node dependencies

$ yarn

Open in development mode:

$ yarn start

Contributing

  1. Fork it (https://github.com/mdjsn/node-postgres-auth/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

References

Licensing

The code in this project is licensed under GNU GPLv3 license.