Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdee/auth-backend
Auth backend for various purposes
https://github.com/peterdee/auth-backend
chaijs fastify mochajs mongodb mongoose typescript
Last synced: about 2 months ago
JSON representation
Auth backend for various purposes
- Host: GitHub
- URL: https://github.com/peterdee/auth-backend
- Owner: peterdee
- Created: 2021-10-11T13:29:26.000Z (about 3 years ago)
- Default Branch: release
- Last Pushed: 2021-11-03T14:42:56.000Z (about 3 years ago)
- Last Synced: 2024-10-11T22:43:02.492Z (2 months ago)
- Topics: chaijs, fastify, mochajs, mongodb, mongoose, typescript
- Language: TypeScript
- Homepage: http://localhost:6500
- Size: 851 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Auth server
Auth server for various purposes
### Launch
```shell script
npm run dev
```### Tests
```shell script
npm run test
```