Skip to content

mtluiz/console.blog

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

console.blog()

A blog system made with Laravel.

About The Project

This project utilizes all the tools avaiable on Laravel 9. It has a complete auth system, the option to create posts and save static image files.

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • docker
  • node (to compile the sass files)
  • composer (php package manager)

Installation

To run this project in your machine, just follow this simple steps

  1. Clone the repo
    git clone https://github.com/matheusluizn/console.blog.git
  2. Install NPM packages
    npm install
  3. Install PHP packages
    composer update && composer require
  4. Install NPM packages
    npm install

(back to top)

Usage

To start the project just create a .env file utilizing the .env.example as a basis to populate the project environment variables.

Then just run:

   docker-compose up -d

For more examples, please refer to the Documentation

(back to top)