https://github.com/alok722/express-server-boilerplate
an *auth-less* express server boilerplate to kickstart your backend development.
https://github.com/alok722/express-server-boilerplate
boilerplate boilerplate-backend boilerplate-express boilerplate-node boilerplate-server boilerplate-template express express-server expressjs expressjs-api hacktoberfest hacktoberfest-accepted hacktoberfest2020 mongodb mongoose nodejs rest-api starting-point starting-template
Last synced: 3 months ago
JSON representation
an *auth-less* express server boilerplate to kickstart your backend development.
- Host: GitHub
- URL: https://github.com/alok722/express-server-boilerplate
- Owner: alok722
- License: mit
- Created: 2020-10-13T15:37:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T15:42:24.000Z (over 4 years ago)
- Last Synced: 2025-01-03T14:45:49.114Z (5 months ago)
- Topics: boilerplate, boilerplate-backend, boilerplate-express, boilerplate-node, boilerplate-server, boilerplate-template, express, express-server, expressjs, expressjs-api, hacktoberfest, hacktoberfest-accepted, hacktoberfest2020, mongodb, mongoose, nodejs, rest-api, starting-point, starting-template
- Language: TypeScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
welcome to express-server-boilerplate 👋
> an *auth-less* [express](https://expressjs.com/) server boilerplate to kickstart your backend development.
## 🛠 usage
```sh
$ git clone https://github.com/alok722/express-server-boilerplate.git$ npm i
$ npm run start:dev
```## ❓ what is it
It is an auth-less express server boilerplate codes to kickstart your backend development.
happy backend-deving 😊
## 📝 highlight
* It includes swagger documentation of all available routes to test without need of Postman. visit ```localhost:3000\api-docs``` after localhost setup.
* It also includes typedoc documentation which can be viewed at ```/docs/index.html```happy backend-deving 😊
## 👤 author
**Alok raj ([email protected])**
* website: https://alokraj.tech/
* github: [@alok722](https://github.com/alok722)
* linkedin: [@alok722](https://linkedin.com/in/alok722)## 🚀 future scope
* adding test-cases
* more database support (eg: SQL)## 🤝 contributing
contributions, issues and feature requests are welcome!
feel free to check [issues page](). you can also take a look at the [contributing guide](https://github.com/alok722/express-server-boilerplate/blob/main/CONTRIBUTING.md).## 🙌 show your support
give a ⭐️ if this project helped you!
***