Skip to content

davidpoza/dps-toggl-api

Repository files navigation

dps-toggl-api

This is the api for the dps-toggl project

  1. First of all you must create .env file with these variables:
MONGO_URI="mongodb+srv://user:password@server/database"

# server port
PORT=3000

# secret for encryption of jwt signature
JWT_SECRET=yoursecret

# number of rounds for Blowfish algorithm for hashing user password
BCRYPT_ROUNDS=12

# lifetime of the token (in seconds)
JWT_LIFETIME=86400

# algorithm used in token signing
JWT_ALGORITHM=HS256

# level of logging
LOG_LEVEL=info

# avatar upload dir
UPLOAD_DIR="uploads"

# avatar size limit in MB
AVATAR_SIZE_LIMIT=2
  1. Also you need create an uploads folder in the root of the project. This folder should contain resized and temp subfolders.

About

This is the API for the dps-toggl project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published