Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 512 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 512 Bytes

Simple todo app example based on the 8th architecture

This repository is created to provide simple example shows basic capabilities of the 8th architecture.

Installation

Run the following commands in your terminal:

git clone git@github.com:awerlogus/todo-app-example.git

cd todo-app-example

npm i

node prepare.js

Running the program

Run the command

node index.js

Or you can run all the tests using

npx jest

About the 8th architecture

Will be available soon