jdm135 / puppersapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before you begin

Before you begin, make sure you have composer installed on your machine:

Installing Composer

Install dependencies

Run composer install in your project root.

Create a database

Create your own MySQL database and import the users.sql file to create a basic users table

Setup Environment Variables

Copy .env.sample into .env in your project root

Then, update the variables with database login info created in the previous step

Run Locally

Run this command in your project root: php -S localhost:8080

About


Languages

Language:PHP 100.0%