A web application forum dedicated for writers and literature enthusiasts alike. A forum where people may have discussions about literary works, writing technicalities, ask for critiques, and so much more.
- dotenv
- express
- body-parser
- mongodb
- hbs
- express-session
- mongoose
- connect-mongo
- bcryptjs
- multer
- express-validator
- Download the contents of the repository
- Open Command Prompt
- Navigate to the project folder that contains the contents of the downloaded repository.
- Run the command
npm install
to initialize and install all necessary modules used in the project. - To run the server locally, run the command
node index.js
. - To run the web application, enter
http://localhost:3000/
on a web browser. - Alternatively, Steps 1 - 6 may be bypassed and the deployed web application may be directly accessed through
https://writers-kiln.herokuapp.com
.