Giter Club home page Giter Club logo

blog001's Introduction

Header


Cooking Blog is a website with recipes and posts, as well as an admin panel. This project uses Laravel as backend.

Here are some of the features it includes:

  • Administrative panel with CRUD operations for recipes and posts
  • Tree structure of comments and the ability to edit them
  • Different categories of access to the administrative panel
  • Filtering recipes by categories, tags, complexity of cooking
  • Changing the site display settings from the administrative panel

And many others functions...



Demo

To see the site, follow the link - Cooking Blog

You can also view the administrative part of the site. To do this, you need to follow the link and log in - Admin Panel

Authorization

Admin:

Login - [email protected]
Password - qwerty123

Author:

Login - [email protected]
Password - qwerty123

Setup

If you are interested in trying Cooking Blog, you can do the following.

Local

  1. Clone this repository to your machine.

    git clone -b v3 --depth 1 --single-branch https://github.com/kirillsvr/Cooking-Blog.git
  2. Install dependencies.

    composer install
  3. Copy .env.example file to .env.

    cp .env.example .env

    This file will be used by Laravel during development.

  4. Make migrate.

    php artisan migrate
  5. Fill database with data using seed classes.

    php artisan db:seed --class=GenerateSeeder
  6. To login to the admin panel, enter this data.

    Login - [email protected]
    Password - 123456
    

DB Schema

DB Schema

blog001's People

Contributors

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