dladeira / ltracker

A opensource time management web application
https://tracker.ladeira.eu
1 stars 0 forks source link
nextjs

CodeFactor

LTracker - A opensource time management web application

You can find our website at tracker.ladeira.eu

App information

The stack we are using consists of

Get started

To run this app you will need a .env file like this one

# Used to encrypt login tokens
TOKEN_SECRET=
MONGODB_URI=

GOOGLE_CLIENT=
GOOGLE_SECRET=

# The origin of the website, localhost for development and a remote url for production
ORIGIN=http://localhost:3000