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: about 1 month ago
JSON representation
📦 REST API Project with MongoDB, TypeScript, Express, and Node.js.
- Host: GitHub
- URL: https://github.com/berkaygediz/mvc-mongoblog
- Owner: berkaygediz
- License: gpl-3.0
- Created: 2023-08-23T19:41:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T17:54:35.000Z (3 months ago)
- Last Synced: 2025-04-10T21:09:23.823Z (about 1 month ago)
- Topics: app, blog, controller, express, models, mongodb, mvc, node-js, npm, rest-api, routes, typescript, views
- Language: TypeScript
- Homepage:
- Size: 426 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.