jestfuljoker / boilerplate-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate for backend Node APIS

This boilerplate was created to streamline the construction of APIs in Node with typescript and express. Configured Prettier, ESLINT and dotenv.

Project structure 🔧

Folder structure:

config - external library settings such as authentication, upload, email, etc.

modules - they cover application knowledge areas directly related to business rules. At first we will create the following modules in the application: customers, products, orders and users.

shared - general purpose modules shared with more than one application module, such as server.ts file, main route file, database connection, etc.

services - will be within each application module and will be responsible for all the rules that the application needs to meet.

Tools

Made with 💜 by Christofer Assis

About


Languages

Language:TypeScript 99.5%Language:Shell 0.5%