An open API service indexing awesome lists of open source software.

https://github.com/stillerman/lumberjack

A Flexible Open-source Activity Tracker. This is a continuation of https://github.com/stillerman/logs
https://github.com/stillerman/lumberjack

Last synced: 8 months ago
JSON representation

A Flexible Open-source Activity Tracker. This is a continuation of https://github.com/stillerman/logs

Awesome Lists containing this project

README

          

# Lumberjack
Meticulous activity tracker for the masses.
Data driven performance.

## Installation

### Server
```
cd API
yarn install
yarn run dev
```

### React Native Front End
```
yarn global add expo-cli
cd Client
yarn install
yarn start
```

Press `W` to start project in web browser

## Current Features
- Authentication with JWTs
- Logging activities from types specified in `Client/EventTypes.tsx`
- string
- string array
- number
- options
- strings

## Technologies
- React Native
- Typescript
- Express JS
- Mongo DB
- Parcel Bundler
- Flutter