Coder Social home page Coder Social logo

devancakra / stcamp404 Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.73 MB

CAMP404 | Laravel 8-Based Website | Solo Project

License: MIT License

PHP 28.86% JavaScript 0.15% Blade 15.88% HTML 54.51% CSS 0.53% SCSS 0.07%
php crud dashboard alert-session bootstrap forget laravel login mysql register

stcamp404's Introduction

Open Source Love License: MIT GitHub last commit Laravel8 PHP HTML5 CSS3 MySQL

STCAMP404

STCAMP404 is the result of the regular CAMP404 Batch 15 training that I customized.



Project Requirements

Part Description
Features Login, Create, Read, Update, Delete, Validation, Pagination, Search, Charts, Access Rights by Session/Middleware, ETC
Framework Laravel 8, Bootstrap 5
Tools Visual Studio Code, XAMPP (PHP Version 7.4), Git



Download & Install

  1. XAMPP with PHP version 7.4

    https://bit.ly/XAMPP_PHP7_Installer
    

  2. Visual Studio Code

    https://bit.ly/VScode_Installer
    

  3. Git

    https://bit.ly/GIT_Installer
    



Database

  1. Open XAMPP, then start the Apache & MySQL section. This aims to be able to support the website optimally.

  2. Access the browser first in order to open the database admin panel, please copy the following link: localhost/phpmyadmin/.

  3. Create a database called stcamp404 on local.

  4. Open the stcamp404 database and Import stcamp404_db.sql in the STCAMP404/public/sql directory.

  5. Then open the XAMP file: php.ini -> remove semicolon (;) in front of extension=intl -> save.



Default Account

Role Email Full Name Password
Admin [email protected] Anastasya Geralda 123456
Student [email protected] Jaya Mangunati 123456
Student [email protected] Jadiyan Marto 123456



Get Started

  1. Download and extract this repository.

  2. Open the STCAMP404 directory, then open GitBash inside that directory.

    • First, check whether there is a problem or not, if there is still an error, just adjust it according to the situation.

    • Secondly, this step is mandatory, so please copy the following command:

    • php artisan serve

  3. Open your browser (New tab), then type -> http://127.0.0.1:8000/ or customize the one on your GitBash.

  4. Please login and access the features, enjoy [Done].



Highlights

Home View Activity Information View Dashboard View
Home Info-Kegiatan Dashboard
Registration View Forgot Password View User Training View
Registrasi Lupa-Password Pelatihan-Users
Training Data View Student Data View Change Data View
Data-Pelatihan Data-Siswa Ubah-Data



Reminder

If the database auto-increment is still not in order, then you can do the following in phpMyAdmin:

SET  @num := 0;
UPDATE your_table SET id = @num := (@num+1);
ALTER TABLE your_table AUTO_INCREMENT =1;



Appreciation

If this work is useful to you, then support this work as a form of appreciation to the author by clicking the ⭐Star button at the top of the repository.



Disclaimer

This application has been created by including third-party sources. Third parties here are service providers, whose services are in the form of libraries, frameworks, and others. I thank you very much for the service. It has proven to be very helpful and implementable.



LICENSE

MIT License - Copyright © 2020 - Devan C. M. Wijaya, S.Kom

Permission is hereby granted without charge to any person obtaining a copy of this software and the software-related documentation files to deal in them without restriction, including without limitation the right to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons receiving the Software to be furnished therewith on the following terms:

The above copyright notice and this permission notice must accompany all copies or substantial portions of the Software.

IN ANY EVENT, THE AUTHOR OR COPYRIGHT HOLDER HEREIN RETAINS FULL OWNERSHIP RIGHTS. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, THEREFORE IF ANY DAMAGE, LOSS, OR OTHERWISE ARISES FROM THE USE OR OTHER DEALINGS IN THE SOFTWARE, THE AUTHOR OR COPYRIGHT HOLDER SHALL NOT BE LIABLE, AS THE USE OF THE SOFTWARE IS NOT COMPELLED AT ALL, SO THE RISK IS YOUR OWN.

stcamp404's People

Contributors

devancakra avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.