Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natainditama/democra
๐ณ๏ธ Advanced modern voting system
https://github.com/natainditama/democra
application authentication backend code-quality codeigniter codeigniter4 database-management election frontend modernvoting mvc mysql onlinevoting php security user-interface voting-system votingapp votingsystem web-development
Last synced: 12 days ago
JSON representation
๐ณ๏ธ Advanced modern voting system
- Host: GitHub
- URL: https://github.com/natainditama/democra
- Owner: natainditama
- License: mit
- Created: 2022-08-13T05:59:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T02:40:26.000Z (5 months ago)
- Last Synced: 2024-11-25T16:11:55.365Z (27 days ago)
- Topics: application, authentication, backend, code-quality, codeigniter, codeigniter4, database-management, election, frontend, modernvoting, mvc, mysql, onlinevoting, php, security, user-interface, voting-system, votingapp, votingsystem, web-development
- Language: CSS
- Homepage:
- Size: 3.18 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clarion
Advanced modern voting system built with Codeigniter
View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature
## About the Project
### Color Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Primary Color | ![#1F2937](https://via.placeholder.com/10/1F2937?text=+) #1F2937 |
| Secondary Color | ![#f0bc74](https://via.placeholder.com/10/f0bc74?text=+) #f0bc74 |
| Background Color | ![#fff](https://via.placeholder.com/10/fff?text=+) #fff |
| Text Color | ![#374151](https://via.placeholder.com/10/374151?text=+) #374151 |### Features
- Responsive Design
- SEO Optimization
- User Authentication
- Candidate Management
- Results Tabulation
- Secure Voting## Getting Started
### Run Locally
Clone the project
```bash
git clone https://github.com/natainditama/clarion.git
```Go to the project directory
```bash
cd clarion
```Set up the environment
```bash
cp env .env
```Install dependencies
```bash
composer install
```Run migrations
```bash
php spark migrate
```Start the local web server
```bash
php spark serve
```## Contributing
Contributions are always welcome!
## Credit
- Admin template by [Volt](https://demo.themesberg.com/volt/)## License
Distributed under the no License. See LICENSE.txt for more information.
## Contact
Nata Inditama - [@natainditama](https://t.me/natainditama) - [email protected]
Project Link: [https://github.com/natainditama/clarion](https://github.com/natainditama/clarion)