Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gogo200202/messegapi
- Owner: Gogo200202
- Created: 2024-01-31T08:21:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T12:50:28.000Z (11 months ago)
- Last Synced: 2024-11-06T08:13:06.235Z (2 months ago)
- Topics: backend-api, expressjs, js, mongodb, mongoose, nodejs, orm, typescript
- Language: TypeScript
- Homepage:
- Size: 9.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```