Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmraisi/node-fastify-bearer
NodeJS app utilizes Fastify Auth Bearer
https://github.com/mmraisi/node-fastify-bearer
Last synced: about 1 month ago
JSON representation
NodeJS app utilizes Fastify Auth Bearer
- Host: GitHub
- URL: https://github.com/mmraisi/node-fastify-bearer
- Owner: mmraisi
- License: mit
- Created: 2024-05-24T02:48:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:43:13.000Z (8 months ago)
- Last Synced: 2024-05-29T06:22:36.654Z (8 months ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Fastify bearer app
This simple app utilizes fastify bearer with nodejs and to showcase the use of the plugin.
## Getting Started
Follow these steps to get your development environment set up:
1. Install dependencies:
```bash
npm install
```2. Run linting:
```bash
npm run lint
```3. Run tests:
```bash
npm test
```4. Start the server:
```bash
npm start
```---
> Author: [Mahmoud Mraisi](https://mahmoudmraisi.com/)