Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 624 Bytes

Mini Message Board

This project is from the Odin Project Full JavaScript path. It simulates a mini message board.

Screenshot

image

Technologies

  • NodeJS and express : to set up the routes, receive and send data back to the user.
  • ejs engine : alow us to use the data sent from the backend directly in our html file
  • CSS : for styling the app

Get started

git clone https://github.com/Fadilix/mini-message-board.git
cd mini-message-board
npm install
npm start