Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.28 KB

File metadata and controls

38 lines (25 loc) · 1.28 KB

Marx

marx_homepage

Overview

Social platform for communists to gather and promote their ideology.

Background

I made this site for fun, just kind of a random idea I had. I made it while learning PHP and Laravel. I really liked learning PHP and Laravel. It was kinda like the wild west since it isn't as opinionated as Rails and it is missing some bits that Rails has. It also has some nice features that I kind of liked, Request classes are interesting. I never deployed this bad boy, so if you want to play around with it you'll have to go through the Installation section to install it locally.

Installation

Requirements

Setup

  git clone https://github.com/gabrieltal/marx.git
  cd marx

  # database setup
  mysql -uroot
  CREATE DATABASE laravel

  # application setup
  composer install
  cp .env.example .env
  php artisan serve

You can now access the server at http://localhost:8000