Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gogo200202/messegapi

Back end api for messages
https://github.com/gogo200202/messegapi

backend-api expressjs js mongodb mongoose nodejs orm typescript

Last synced: 17 days ago
JSON representation

Back end api for messages

Awesome Lists containing this project

README

        

# MessegApi

This is a backend api written in runtime nodejs, framework express js,database mongodb, orm Mongoose and
typescript

## Installation

clone this repo

```bash
git https://github.com/Gogo200202/MessegApi.git
```

install dependence

```bash
npm i
```

start project

```bash
npm start
```