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
- Host: GitHub
- URL: https://github.com/joakimteixeira/user-authentication-api
- Owner: JoakimTeixeira
- Created: 2021-01-12T23:03:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:18:07.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:47:09.285Z (over 1 year ago)
- Topics: bcrypt, express, jwt, nodejs, standardjs
- Language: JavaScript
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Authentication API
REST API for user authentication client.
[](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