Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-brai/journly
Journly is an open-source live voting/polling API platform designed to facilitate interactive and engaging experiences for various events, conferences, and online platforms by enabling users to create, participate in, and manage real-time polls through a variety of voting algorithms to collect instant feedback and opinions from audiences.
https://github.com/daniel-brai/journly
api-platform docker live-polls nestjs nginx postgresql redis typeorm voting-algorithms websockets work-in-progress
Last synced: 22 days ago
JSON representation
Journly is an open-source live voting/polling API platform designed to facilitate interactive and engaging experiences for various events, conferences, and online platforms by enabling users to create, participate in, and manage real-time polls through a variety of voting algorithms to collect instant feedback and opinions from audiences.
- Host: GitHub
- URL: https://github.com/daniel-brai/journly
- Owner: Daniel-Brai
- License: mit
- Created: 2023-07-30T16:41:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T13:24:45.000Z (10 months ago)
- Last Synced: 2024-12-21T17:51:51.774Z (23 days ago)
- Topics: api-platform, docker, live-polls, nestjs, nginx, postgresql, redis, typeorm, voting-algorithms, websockets, work-in-progress
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ pnpm install
```## Running the app
```bash
# development
$ pnpm run start# watch mode
$ pnpm run start:dev# production mode
$ pnpm run start:prod
```## Test
```bash
# unit tests
$ pnpm run test# e2e tests
$ pnpm run test:e2e# test coverage
$ pnpm run test:cov
```## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).