Skip to content

๐Ÿ“œ - Real Time Text Share API | no database, temporary data storage and something elses.

License

Notifications You must be signed in to change notification settings

Raisess/rtm-text-share-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

58 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“œ REAL-TIME TEXT SHARE | API

โš™๏ธ The .env file

The .env file is for put the default configuration values, follow the .env.example to create your own.

MASTER_KEY=your_master_key
PASS_ALT=your_pass_alt
DEBUG=boolean
  • MASTER_KEY: is the API key to access the rest info endpoints
  • PASS_ALT: is the password security addiction to password hash
  • DEBUG: is if you want to see debug info on console

๐Ÿ”ฎ Compiling and running

> Compiling

To compile, run this command:

npm run compile

> Running

To start, run this command:

npm run start