Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srs-sudeep/nodejs-express-boilerplate
Boilerplate for Nodejs Express with auth and swagger docs.
https://github.com/srs-sudeep/nodejs-express-boilerplate
boilerplate bun express husky jwt mongodb mongoose nodejs swagger
Last synced: 6 days ago
JSON representation
Boilerplate for Nodejs Express with auth and swagger docs.
- Host: GitHub
- URL: https://github.com/srs-sudeep/nodejs-express-boilerplate
- Owner: srs-sudeep
- Created: 2024-08-15T16:08:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T16:11:40.000Z (3 months ago)
- Last Synced: 2024-10-16T11:04:41.512Z (21 days ago)
- Topics: boilerplate, bun, express, husky, jwt, mongodb, mongoose, nodejs, swagger
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# student-x360-server
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.js
```This project was created using `bun init` in bun v1.1.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.