https://github.com/gabriel-jesusvix/pools-nodejs
Application of the pools, using NodeJS, typescript, Fastify, Redis, docker, postgres.
https://github.com/gabriel-jesusvix/pools-nodejs
Last synced: 4 months ago
JSON representation
Application of the pools, using NodeJS, typescript, Fastify, Redis, docker, postgres.
- Host: GitHub
- URL: https://github.com/gabriel-jesusvix/pools-nodejs
- Owner: Gabriel-Jesusvix
- Created: 2024-02-09T22:47:15.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-02-13T00:11:35.000Z (over 1 year ago)
- Last Synced: 2025-01-15T13:10:26.187Z (6 months ago)
- Language: TypeScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VoteApp Project
This is the repository for the VoteApp project, where we built an application to perform real-time voting. We use several modern technologies to ensure an efficient and scalable experience.
## Technologies Used
- TypeScript
- Fastify
- Prism
- Redis
- WebSockets
- docker## Running Project
To run the project, follow the steps below:
```bash
cd polls
npm install # to install dependencies
npm run dev # to start the server in development mode
docker compose up -d # specific Docker command