https://github.com/devlucho/soyyo-backend
Api que permite filtrar entidades
https://github.com/devlucho/soyyo-backend
expressjs mongodb nodejs
Last synced: about 2 months ago
JSON representation
Api que permite filtrar entidades
- Host: GitHub
- URL: https://github.com/devlucho/soyyo-backend
- Owner: DevLucho
- Created: 2022-07-06T22:23:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T06:29:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T19:47:26.235Z (over 1 year ago)
- Topics: expressjs, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoyYo-BackEnd
## Instalación
```
> git clone https://github.com/DevLucho/SoyYo-BackEnd.git
> cd SoyYo-BackEnd
> npm install
```
## Servidor
```
> npm run start
```
- [POST] http://localhost:8080/api/entities/filter
## Contenedor
```
> docker build -t co.com.soyyo.entity.filter-dev-1_0_0