Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 840 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 840 Bytes

message-board-backend

Node.js/Express.js Server for Message Board Webpage

Running the Server Locally

Clone the repository

git clone https://github.com/jpoist97/message-board-backend.git
cd message-board-backend/

Install Dependencies

npm install

Run the app

node main.js -p [Port Number]
If you are running the server in tandem with message-board-frontend run the server on port 3001.
node main.js -p 3001

Running the Tests Locally

  1. Import the contents of the Test folder into Postman.
  2. Run the server on port 3001.
  3. Select Localhost as your environment.
  4. Run the CHSV1 Postman Collection.