Skip to content

Enzuo/blue-log

Repository files navigation

Blue Log

logo

Concept & core values

Mobile application to log everything and anything in really simple steps.

Help you log your life, what you eat, what you buy, or any others event. Collect any data to be able to use it for further analysis.

What you log is your own, stored loccaly and easily exportable to use elsewhere.

Install

The application is built using react native

npm install
npm run assets:generate # generate the file listing the runtime assets
npm start

Database

npx prisma migrate prod --name init # generate new migrations from schema.prisma

Tests

Run jest powered unit tests

npm test

Contributing

Projects snippets for vs code

To use them install the Project Snippets extension

Code standards extensions

Git config

Make sure file are commited as lf line endings

git config --global core.autocrlf false

See explanation for the choice

Building the default products database

pip install csvs-to-sqlite
csvs-to-sqlite products.csv products.db

About

Mobile application to log anything easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published