Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autumnchris/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.
https://github.com/autumnchris/mini-message-board-demo
ajax babel css ejs ejs-express express expressjs javascript message-board multi-page multi-page-application multipage-application nodejs sass scss star-wars the-odin-project theodinproject webpack
Last synced: 2 days ago
JSON representation
An Express.js app that uses sample filler data to present a message board and the ability to add new messages to it.
- Host: GitHub
- URL: https://github.com/autumnchris/mini-message-board-demo
- Owner: autumnchris
- Created: 2019-12-11T06:43:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T20:01:33.000Z (5 days ago)
- Last Synced: 2025-02-16T21:18:46.082Z (5 days ago)
- Topics: ajax, babel, css, ejs, ejs-express, express, expressjs, javascript, message-board, multi-page, multi-page-application, multipage-application, nodejs, sass, scss, star-wars, the-odin-project, theodinproject, webpack
- Language: CSS
- Homepage: https://autumnchris-mini-message-board-demo.onrender.com
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.theodinproject.com/lessons/node-path-nodejs-mini-message-board) as part of the curriculum for the [NodeJS Course](https://www.theodinproject.com/paths/full-stack-javascript/courses/nodejs) on [The Odin Project](https://www.theodinproject.com).
---
## Built With
* [Express.js](https://expressjs.com)
* [Node.js](https://nodejs.org/en)
* JavaScript
* CSS3
* HTML5
* [EJS](https://ejs.co)
* [Normalize.css](https://necolas.github.io/normalize.css)
* [Font Awesome](https://fontawesome.com)
* [Google Fonts](https://fonts.google.com)
* [nodemon](https://nodemon.io)## Demo
View project demo at [https://autumnchris-mini-message-board-demo.onrender.com](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.