https://github.com/ganeshrvel/auth-apis
Sample nodejs authentication api
https://github.com/ganeshrvel/auth-apis
apis express node-js sample-api
Last synced: 2 months ago
JSON representation
Sample nodejs authentication api
- Host: GitHub
- URL: https://github.com/ganeshrvel/auth-apis
- Owner: ganeshrvel
- Created: 2020-04-08T19:34:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T15:20:09.000Z (over 2 years ago)
- Last Synced: 2025-01-20T19:51:21.751Z (4 months ago)
- Topics: apis, express, node-js, sample-api
- Language: JavaScript
- Homepage:
- Size: 2.22 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### auth-apis
### Installation
```shell
$ git clone --depth 1 --single-branch --branch master https://github.com/ganeshrvel/auth-apis.git$ cd auth-apis
``````shell
$ yarn
$ yarn start-dev
```
Api base url: http://localhost:3001/Default username and password: `user` and `password` for login endpoint
Postman collection: https://www.postman.com/collections/fb1543b0eca37aac7525