Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/labasubagia/base-express-mongo
- Owner: labasubagia
- Created: 2020-12-17T14:55:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T07:37:18.000Z (about 4 years ago)
- Last Synced: 2024-11-12T05:02:57.556Z (2 months ago)
- Topics: eslint, express, jest, jest-mongodb, mongo, prettier, supertest, typescript
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```