Welcome!
This repository represents the evolution of Node Experience code and how we can move from simple example code.
Master branch on this repository contain the first example and every extra branch will represent every refactoring until came up to NExp official.
https://github.com/DigiChanges/node-experience
We can run the project directly with docker compose and then bash where the basic commands to feed the database are located.
- Install dependencies.
pnpm install
. - Copy
.env.dev
file to.env
. (.env.dev it's a environment example file) - Then execute
pnpm dev
to execute nodeJS program and up Koa Server. - This repository use mongoose therefore they should have the database installed to run it.
graph TB
subgraph Layer Architecture
A(Presentation) --- B(Application)
B --- C(Domain)
C --- D(Persistence)
end
NExp is MIT licensed.