This project is from the Odin Project Full JavaScript path. It simulates a mini message board.
- 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
git clone https://github.com/Fadilix/mini-message-board.git
cd mini-message-board
npm install
npm start