Project for Job Application. Minimal MVC structured Forum.
Users, Posts, Comments
Create Database
Rename .env.example into .env
In the .env file you have to:
- Setup Database Credentials
- Email Credentials (Required for User's Registration)
Execute Commands:
- composer install
- npm install
- php artisan migrate
Setup CRON commands to execute scheduled tasks daily