0.0.1-wip.34 • Published 4 years ago

eazin-totp v0.0.1-wip.34

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Usage

Back-end

TODO

Front-end

TODO

Packages

Sources are in the packages directory of the repository.

Structure

TODO

Output

TODO

Custom Package Authoring

TODO

Development

For development of this (the root) project, the command will start a back-end and front-end development servers running in parallel.

npm start

Test

npm test

You need to start a development server (npm start) and set the PORT environment variable in order to run the E2E tests in watch mode.

npm run build:html && npm run watch:test:e2e
TEST_KEEP_BROWSER=1 PORT=5000 npm run watch:test:e2e

Publishing

npm run lerna:publish

Coding rules

Server

The models hold the business logic. The routers are meant to prepare data for document manipulation.

To add features to a model, eazin plugins use the mongoose plugin mechanism.

0.0.1-wip.34

4 years ago

0.0.1-wip.33

4 years ago

0.0.1-wip.29

4 years ago

0.0.1-wip.30

4 years ago

0.0.1-wip.32

4 years ago

0.0.1-wip.28

4 years ago

0.0.1-wip.27

4 years ago

0.0.1-wip.26

4 years ago

0.0.1-wip.25

4 years ago

0.0.1-wip.24

4 years ago

0.0.1-wip.23

4 years ago

0.0.1-wip.22

4 years ago

0.0.1-wip.21

4 years ago

0.0.1-wip.18

4 years ago

0.0.1-wip.20

4 years ago

0.0.1-wip.17

4 years ago

0.0.1-wip.16

4 years ago

0.0.1-wip.15

4 years ago

0.0.1-wip.14

4 years ago