Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0niel/voting-app-admin
Voting admin app to control polls of reporting and election conferences of student union of RTU MIREA.
https://github.com/0niel/voting-app-admin
appwrite appwrite-auth mirea-ninja-oauth2 nextjs react
Last synced: 2 months ago
JSON representation
Voting admin app to control polls of reporting and election conferences of student union of RTU MIREA.
- Host: GitHub
- URL: https://github.com/0niel/voting-app-admin
- Owner: 0niel
- Created: 2023-02-15T20:13:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T02:39:44.000Z (6 months ago)
- Last Synced: 2024-10-12T11:09:35.837Z (3 months ago)
- Topics: appwrite, appwrite-auth, mirea-ninja-oauth2, nextjs, react
- Language: TypeScript
- Homepage:
- Size: 3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code - 78724646_1219) (Showcase (Built with Appwrite 📣) / React)
README
# Appwrite
The version using Appwrite is in the [Appwrite branch](https://github.com/mirea-ninja/voting-app-admin/tree/appwrite)
# voting-app-admin
Админ-панель [приложения](https://github.com/mirea-ninja/face-to-face-voting-app) для отчётно-выборных конференций студенческого союза РТУ МИРЭА.
## Конференции
- [ОВК ИИТ](https://vk.com/wall-78724646_1219)
- [ОВК КПК](https://vk.com/wall-78724646_1298)
- [ОВК ИИИ](https://vk.com/wall-78724646_1306)
- [ОВК ИПТИП](https://vk.com/wall-78724646_1364)
- [ОВК ИТХТ им. М. В. Ломоносова](https://vk.com/wall-78724646_1343)
- [ОВК ИРИ](https://vk.com/wall-78724646_1397)
- [ОВК ИТУ](https://vk.com/wall-78724646_1436)
- [ОВК ИКБ](https://vk.com/wall-78724646_1458)## Скриншоты
## Сборка проекта
### В режиме разработки
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Проект запустится на http://127.0.0.1:3000.
### На проде
```bash
docker build -t voting-app-admin . && docker run -p 127.0.0.1:3000:3000 voting-app-admin
```