An open API service indexing awesome lists of open source software.

https://github.com/joakimteixeira/user-authentication-api

REST API for user authentication client
https://github.com/joakimteixeira/user-authentication-api

bcrypt express jwt nodejs standardjs

Last synced: 2 months ago
JSON representation

REST API for user authentication client

Awesome Lists containing this project

README

          

# User Authentication API
REST API for user authentication client.

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

## Running the Project

To get started, fork the repository, clone it, rename the file ".env-example" to ".env" and fill in information about your MongoDB cluster.

Then, run the following commands:

npm install
npm run start:dev

After that, access the URL ```localhost:3001``` in the browser.

## Frontend Client
https://github.com/JoakimTeixeira/user-authentication-client