https://github.com/geojimas/real-time-data-api
Real time Data tranfers from Api to Frotnend
https://github.com/geojimas/real-time-data-api
koa mongodb nodejs socket-io typescript vue
Last synced: 2 months ago
JSON representation
Real time Data tranfers from Api to Frotnend
- Host: GitHub
- URL: https://github.com/geojimas/real-time-data-api
- Owner: geojimas
- License: mit
- Created: 2024-03-31T12:42:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T14:04:19.000Z (about 2 years ago)
- Last Synced: 2025-06-25T02:02:15.276Z (12 months ago)
- Topics: koa, mongodb, nodejs, socket-io, typescript, vue
- Language: TypeScript
- Homepage: https://real-time-data-api.onrender.com
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Real time API with Bitcoin Data changes every 8 seconds
### Build with TypeScript, SocketIO, MongoDB, Koa, Vue

#### Project Setup
```
cp.env.example .env
cd client && npm install && cd .. && npm install
npm run build
npm run start
```