Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/berkaygediz/mvc-mongoblog

REST API Project with MongoDB, TypeScript, Express, and Node.js. 🚀📦🌐
https://github.com/berkaygediz/mvc-mongoblog

app blog controller express models mongodb mvc node-js npm rest-api routes typescript views

Last synced: 2 days ago
JSON representation

REST API Project with MongoDB, TypeScript, Express, and Node.js. 🚀📦🌐

Awesome Lists containing this project

README

        

# MVC - Mongo Blog

## Description

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.

## Table of Contents

* [Installation](#installation)
* [Usage](#usage)
* [License](#license)

## Installation

To install necessary dependencies, run the following command:

```
npm i
```

## Usage

To run the application, run the following command:

```
npx ts-node app.ts
```

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.