This is a blog application that uses the MVC paradigm. It uses MongoDB, TypeScript, Express, Handlebars, and Node.js. It allows users to create, read, update, and delete blog posts.
To install necessary dependencies, run the following command:
npm i
To run the application, run the following command:
npx ts-node app.ts
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.