Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitalspace/prueba-server-1


https://github.com/vitalspace/prueba-server-1

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

Setup

```typescript

https://github.com/vitalspace/prueba-server-1

cd prueba-server-1

npm instgall

npm run dev

```

or

```typescript
docker build -t myserver .

docker run -p 4000:4000 myserver
```