Skip to content

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

Notifications You must be signed in to change notification settings

jpoist97/message-board-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published