Skip to content

user auth module for a REST API built using nodejs Express, JWT MySQL

Notifications You must be signed in to change notification settings

rayen-creator/UserAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

user auth module for a REST API built using nodejs Express, JWT MySQL

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installation

  1. Clone the repo
    git clone https://github.com/rayen-creator/UserAuth.git
  2. Install NPM packages
    npm install
  3. Run server
    nodemon server.js

Usage

3 endpoints available :

  • http://localhost:3000/api/auth/signup
  • http://localhost:3000/api/auth/login
  • http://localhost:3000/

About

user auth module for a REST API built using nodejs Express, JWT MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages