talhaalkan / NoteApp

The project is essentially a note-taking application. After registering in the system, you can perform operations such as adding, updating, and deleting notes, as well as updating and deleting your profile. PHP, Laravel, PHPMyAdmin, and MySQL have been used in this project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

Proje Hakkında

Projede temel olarak not alma uygulamasıdır. Sisteme kayıt olduktan sonra not eklme, güncelleme, silme işlemleri ve profil güncelleme ve silme işlemleri yapabilirsiniz.

project

Noteapp Local Deploy 1- Ubuntu server açın 2- php8.1 kurulumu yapın 3- php8.1-cli php8.1-common php8.1-mysql php8.1-zip php8.1-gd php8.1-mbstring php8.1-curl php8.1-xml php8.1-bcmath extension ları kurun 4- composer kurulumu yapın 5- mysql kurulumu yapın 6- phpmyadmin kurulumu yapın 7- uygulama için bir database olusturun. bunu ister mysql komutları ile isterseniz phpmyadmin arayüzü ile yapabilirsiniz 8- Noteapp reposunu clone edin (https://github.com/berkantkaraca/NoteApp) 9- .env.example dosyasını .env olarak değiştirin. İçerisindeki database bilgilerini güncelleyin 10- php artisan key:generate komutuyla APP_KEY atayın 11- sudo composer install komutuyla composer çalıştırıp gerekli dependency leri yükleyin 12- php artisan migrate komutuyla database içerisine uygulama için gerekli tabloları oluşturun 13- php artisan serve komutu ile puplish edin uygulamanız çalışıyor olması gerekmektedir

About

The project is essentially a note-taking application. After registering in the system, you can perform operations such as adding, updating, and deleting notes, as well as updating and deleting your profile. PHP, Laravel, PHPMyAdmin, and MySQL have been used in this project.


Languages

Language:PHP 80.4%Language:Blade 16.8%Language:Shell 2.5%Language:JavaScript 0.2%