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
- Host: GitHub
- URL: https://github.com/stillerman/lumberjack
- Owner: Stillerman
- Created: 2019-10-28T17:42:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T18:56:27.000Z (over 3 years ago)
- Last Synced: 2024-03-26T14:46:49.980Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
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