GithubHelp home page GithubHelp logo

powellandy / node-express-typescript-jest-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akash-m/node-express-typescript-jest-starter

0.0 0.0 0.0 59 KB

Starter kit for backend based on Node.js + Express + Typescript + Jest

JavaScript 22.79% TypeScript 77.21%

node-express-typescript-jest-starter's Introduction

Nodejs + Express + Typescript + Jest based backend project

Backend skeleton for Node.js Express written in Typescript with Jest for testing

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

The following steps will enable you to setup your development environment :

  • Clone the repository from here : https://gitlab.com/mind-doc/takeshi
  • Install the node_modules in the root folder : npm install
  • Build the project : npm run build
  • Run the application on port 3000 : npm start
  • Run tests : npm run test

Directory Structure and Important Files

dist/                   // distribution folder for the app
node_modules/           // npm modules
src/                    // source folder
-- config/              // all application config files
-- controllers/         // controllers containing app logic
---- home               // test controller
---- mailer             // mailer controller 
-- models               // all future db + application models
-- app.ts               // instantiate application and register all routes
-- server.ts            // express server config
test/                   // test files
-- .eslintrc.yaml       // config file for lint
-- jest.config.js       // config file for jest
-- packages.json        // application definition file
-- tsconfig.json        // config file for typescript

node-express-typescript-jest-starter's People

Contributors

akash-m 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.