Skip to content

Node JS micro services architecture based on dev mastery's video and Rober C. Martin's Clean Architecture schema

Notifications You must be signed in to change notification settings

aleiruiz/NodeJS-CleanArchitecture

Repository files navigation

Clean Architecture Microservice API

Microservice structure based on DevMastery's video and Bob Martin's Clean Architecture

Prerequisites

1. Clone the repo and install dependencies

git clone
cd comments-api
npm i

2. Modify the .env file

Save .env.example as .env and then add your database.

3. Startup your MongoDB

Usually this is just: mongod on the command line.

4. Start the server

To run in production mode where code is transpiled by Babel into a dist folder and run directly in node:

npm start

To run in development mode where code is run by babel-node via nodemon and re-transpiled any time there is a change:

npm run dev

About

Node JS micro services architecture based on dev mastery's video and Rober C. Martin's Clean Architecture schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published