leandroportnoy / sample_authentication_module

Personal Clis APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Authentication Module

alt text

This project is a simple project using Node. This API is a simple example of how to authenticate, register and query users.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js
  • [Docker]
  • [MongoDB]
  • [Visual Studio Code]

Installing and execute with YARN

  1. Clone this repository. $ git clone https://github.com/leandroportnoy/sample_authentication_module.git
  2. Go to the project folder. $ cd sample_authentication_module
  3. execute yarn start to run
  4. Access your browser with localhost:3000

##Projects Module

Modules in Project

  • users
    • sign in
    • register
    • reset password (under construction)
    • edit user

Project in Node using

  • Nodemon
  • Express
  • Body parser
  • Mysql

Contributors

No one, until now! :) Help me to improve my skills in Node, so feel free!

Contact

If you want to contact me you can reach me at leandroportnoy@gmail.com.

License

all rights to reserved

About

Personal Clis APIs


Languages

Language:JavaScript 99.4%Language:HTML 0.6%