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

Awesome Lists containing this project

README

        


Clarion



Advanced modern voting system built with Codeigniter



contributors


last update


forks


stars


open issues


license




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)