https://github.com/emrd/nodejs-auth-with-api-key
https://github.com/emrd/nodejs-auth-with-api-key
api authentication key nodejs with
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/nodejs-auth-with-api-key
- Owner: EmrD
- Created: 2024-07-20T22:52:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T12:25:33.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T05:48:03.030Z (8 months ago)
- Topics: api, authentication, key, nodejs, with
- Language: JavaScript
- Homepage: https://nodejs-auth-with-api-key-emrds-projects-3e270604.vercel.app
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node + Express Service Starter
This is a simple API sample in Node.js with express.js.
## Getting Started
Server should run automatically when starting a workspace. To run manually, run:
```sh
npm run dev
```