zfarheen-py /
eVoting
Fully functional dynamic eVoting website using Laravel, a php framework, and MySql database. Implementing user authentication with role-based access control and integrated responsive UI using Bootstrap.
Loading repository data…
MohammadR3Z4 / repository
A fully functional CRUD system built on a RESTful API architecture
A full-featured CRUD application with a clean API-based architecture.
Frontend is built with Next.js and backend is powered by Laravel, organized in separate folders.
This project demonstrates a simple Create, Read, Update, Delete (CRUD) functionality using modern web technologies.
The frontend is built using Next.js, and the backend RESTful API is powered by Laravel.
notebook/
│
├── frontend/ # Next.js application
└── backend/ # Laravel
Frontend:
Backend:
git clone https://github.com/MohammadR3Z4/notebook.git
cd notebook
cd frontend
npm install
npm run dev
cd backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
Selected from shared topics, language and repository description—not editorial ratings.
zfarheen-py /
Fully functional dynamic eVoting website using Laravel, a php framework, and MySql database. Implementing user authentication with role-based access control and integrated responsive UI using Bootstrap.