Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🚀📦🌐
- Host: GitHub
- URL: https://github.com/berkaygediz/mvc-mongoblog
- Owner: berkaygediz
- License: apache-2.0
- Created: 2023-08-23T19:41:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T14:08:02.000Z (7 months ago)
- Last Synced: 2024-05-03T09:54:02.382Z (7 months ago)
- Topics: app, blog, controller, express, models, mongodb, mvc, node-js, npm, rest-api, routes, typescript, views
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 2
- 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.