Want to try this server on your machine? Here is what you need to do.
-
First clone this project
git clone https://github.com/DevOfFuture/dof-server.git -
Then change to the cloned directory
cd dof-server -
Install composer dependencies
composer install -
Create a database and configure your environment variables
You need to create a database and instruct the project to use it in
config/database.phpor in your.envfile. You can quickly create the.envfile by renaming.env.example.mv .env.example .env -
Run the server with
php artisan serve
Remember this is just the server part of the project. To run the client have a look at https://github.com/DevOfFuture/dof-react