Skip to content

autumnchris/mini-message-board-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Message Board Demo

An Express.js app that uses sample filler data to present a message board and the ability to add new messages to it.

Inspired by the Mini Message Board assignment as part of the curriculum for the NodeJS course on The Odin Project.


Built With

Demo

View project demo at https://autumnchris-mini-message-board-demo.onrender.com.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line if starting the repository in development mode:

npm run dev

Run the following script in your command line if starting the repository in production mode:

npm start

Once the server is running, go to http://localhost:3000 in your browser.