This is a practice project based on the Mini Message Board Project on the Odin Project Website.
The purpose of this project was to practice setting up routes, controllers and views with Node and Express.
- NodeJS
- Express
- EJS for templating
After setting up a copy of this repo locally use this command to install all dependencies:
npm install
Then you can run the program via:
node app.js
and the app should load at http://localhost:3000/