/user-authentication-api

REST API for user authentication client

Primary LanguageJavaScript

User Authentication API

REST API for user authentication client.

JavaScript Style Guide

Running the Project

To get started, fork the repository and 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