Coder Social home page Coder Social logo

immortalboi / course-website-project Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 18.99 MB

A course website made in Laravel using Blade and in agile manner for a Front-end internship

Shell 0.10% PHP 13.44% CSS 41.00% JavaScript 8.78% SCSS 20.59% Blade 16.10%

course-website-project's Introduction

Welcome to Project OCW

Project Objective🎯:

In this project we provide an insights on what modern online Courses web application would look like.


💞Firstly, here is word from our team💞

In our project, we were given the task to develop an interactive website for the purpose of providing Courses for our users to advance their knowledge of any topic that they find interesting.

This project was developed via the usage of laravel's latest framework, although this project isn't complete in our standards and is still in beta version, we will continue working on the project and try to provide updates later on.

We would like to thank RMZ tech for their continuous support and tutoring, we would specially like to thank Eng. Mohamed Gamal for his efforts in providing us the necessary tools and knowledge to work on this project.

-The PUA Team💖


Team Members:

Name Github
Ahmed Hemida @Ahemida96
Khaled Eldesoukey @ImmortalBoi
Mohamed Ahmed @Devikaze
Habeba Ahmed @Habeba-Ahmed

## Requirements:
Package Version
Node V14.19.1+
Npm V6.14.16+
Composer V2.2.6+
Php V8.0.17+
Mysql V8.0.27+

Installation

Warning Make sure to follow the requirements first.

Here is how you can run the project locally:

  1. Clone this repo

    git clone https://github.com/ImmortalBoi/course-website-project
  2. Go into the project root directory

    cd course-website-project
  3. Copy .env.example file to .env file

    cp .env.example .env
  4. Create database course_website_project (you can change database name)

  5. Go to .env file

    • set database credentials (DB_DATABASE=course_website_project, DB_USERNAME=root, DB_PASSWORD=)

    Make sure to follow your database username and password

  6. Install PHP dependencies

    composer install
  7. Generate key

    php artisan key:generate
  8. Link storage

    php artisan storage:link 
    
  9. install front-end dependencies

    npm install && npm run dev
  10. Run migration

    php artisan migrate
    
  11. Run seeder

    php artisan db:seed --class=AdminSeeder
    

    this command will create an Admin user:

    email: [email protected] , password: password

  12. Run server

    php artisan serve
  13. Visit localhost:8000 in your favorite browser.

    Make sure to follow your Laravel local Development Environment.

Features

  • Page Dark/Light mode activated via these button:

    dark light

  • dark main page darkTheme

  • light main page lightTheme

  • Control Admin panel:

    courses categories

  • Contact form:

    form

course-website-project's People

Contributors

ahemida96 avatar devikaze avatar immortalboi avatar

Stargazers

 avatar  avatar  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.