Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.