Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labasubagia/base-express-mongo

Basic configuration for express and mongo project
https://github.com/labasubagia/base-express-mongo

eslint express jest jest-mongodb mongo prettier supertest typescript

Last synced: 10 days ago
JSON representation

Basic configuration for express and mongo project

Awesome Lists containing this project

README

        

# 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

```sh
$ npm install
```

Development

```sh
$ npm run dev
```

Build

```sh
$ npm run build
```

Production

```sh
$ npm run prod
```