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.
Built With
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
- Clone the repo
git clone https://github.com/matheusluizn/console.blog.git
- Install NPM packages
npm install
- Install PHP packages
composer update && composer require
- Install NPM packages
npm install
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