Skip to content

CamosunC0433735/221_mb_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

221_mb_api

The backend for a chat/message board SPA.

First Time Setup:

  • Generate a secret key with the following the command: node -e "console.log(require('crypto').randomBytes(32).toString('hex'));"
  • Store the secret key in .env (in the local project folder) JWT_SECRET=[secret key]

About

The backend for a message board SPA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published