Node.js/Express.js Server for Message Board Webpage
git clone https://github.com/jpoist97/message-board-backend.git
cd message-board-backend/
npm install
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
- Import the contents of the Test folder into Postman.
- Run the server on port 3001.
- Select Localhost as your environment.
- Run the CHSV1 Postman Collection.