The purpose of this repo is just to demonstrate a tiny working app using serveral common tools.
Tools used:
- Yarn
- Webpack
- Jest
- ESLint
- Lodash
- Caterpillar
- Mongoose
- Docker
Features:
- Logger
- ServiceLayer
- RepositoryLayer
- by now just one Entity CRUD using Mongoose.
Running app
Before running the tests make sure you execute: "docker-compose up -d" so that the mongodb service is up.