Skip to content

HassanRaza02/NodeJS-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate

NODE JS (EXPRESS) BOILERPLATE.

Quick Start 🚀

Install server dependencies

npm install

Run Local Server

npm run dev

Build Project

npm run build

Documentation

Link: Will be added soon..

Folder Structure

src

Root of the code, Inside this we have following folders:

config

It contains the configuration of the application.

models

It contains the models/schemas.

middleware

It contains middlewares.

routes

It contains routes of whole application.

services

It contains services where we define Buisness Logic.

controllers

It contains controllers where we define actions against routes.

assets

It contains assets that will be used to initialize the storefront.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published