Skip to content

oscarbotteri/api-boilerplate

Repository files navigation

API boilerplate

Clean and simple REST/Graphql boilerplate API for NodeJS with ExpressJS

Motivation

There are a lot of boilerplates out there, this is just one of them.

I created this boilerplate to be a simple boilerplate, and have a simple starting point for future projects. I am not trying to create a micro-framework, or a boilerplate with ton of features that really I will never use. If you are looking for a strong robust framework, I think NestJS will like you.

Features

Project structure

Path Description
config Contains all project configs using this package
src Source code files
src/common Common components used by different modules
src/common/enums General enum types such http statuses, http methods, etc
src/common/middlewares General middlewares like error handlers and request logs
src/common/services General services like logger
src/modules Conceptual modules
src/modules/status Example module to get api status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published