Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalspace/prueba-server-1
https://github.com/vitalspace/prueba-server-1
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitalspace/prueba-server-1
- Owner: vitalspace
- Created: 2024-03-05T20:24:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T22:00:26.000Z (9 months ago)
- Last Synced: 2024-03-06T21:37:43.988Z (9 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```