Skip to content

JackPriceBurns/message-board-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message Board API

This is the backend API for the Message Board written in Node.js

Setup

  • Copy the .env.example to .env
  • Set the appropriate env variables for the database and JWT_SECRET.
  • Change the APP_PORT to host on a different port if you would like.
  • Add a user to the database (password must be a bcrypt hash)

Start

To start node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published