labasubagia / base-express-mongo

Basic configuration for express and mongo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Express & Mongo

This is basic express and mongodb configuration for most of my project

Technology

  • Express
  • Typescript
  • Mongoose

Code Style

  • Eslint Airbnb
  • Prettier
  • Editorconfig

Testing

  • Jest
  • Supertest

Run Project

Install

$ npm install

Development

$ npm run dev

Build

$ npm run build

Production

$ npm run prod

About

Basic configuration for express and mongo project


Languages

Language:TypeScript 95.7%Language:JavaScript 3.9%Language:Shell 0.4%