GithubHelp home page GithubHelp logo

jkguidaven / node-express-project-template Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 650 KB

A project template based on Node.js/Express.js that follows recommended practices

License: MIT License

TypeScript 71.70% Handlebars 0.70% EJS 0.17% Pug 0.12% JavaScript 11.19% Raku 11.13% Perl 5.00%

node-express-project-template's Introduction

node-express-project-template

This repository contains a project template for building an enterprise-grade Node.js project written in typescript programming language. The project is based on Express web framework. The template was designed to follow and incorporate the best practices in developing Node applications. Practices such as scalable project structure, dependency injection, 3-layer architecture, unit and integration testing, automated code linting, continuous integration and many more.

The project also includes integration on localization (i18n), job scheduler, mail service, RDBMS Query builder/ORM , Pub/sub systems, graphQL, mongoDB, and oAuth2 providers. please refer to the plugins section to learn more.

Basic usage

  • Installing the dependencies.
npm install
  • Running the app in dev environment.
npm start
  • Building the production app.
npm run build
  • Running testing and linting.
# Running both unit and integration test
npm test

# Or you can run the test script individually
npm run test:unit
npm run test:integration

## running lint
npm run lint

node-express-project-template's People

Contributors

jkguidaven avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.