https://github.com/amdzy/mini-message-board
https://github.com/amdzy/mini-message-board
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdzy/mini-message-board
- Owner: amdzy
- License: mit
- Created: 2021-09-15T14:09:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-26T16:45:49.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:28:33.120Z (4 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini message board
A website where you can post messages to a public fourm
built using express for the backend and EJS for the views## Features
* Fully responsive website
* validation using express validator
## Frameworks
* [Express](https://expressjs.com/)
* [EJS](https://www.npmjs.com/package/ejs)