An open API service indexing awesome lists of open source software.

https://github.com/boscan-alexandru/simple_blog

this is a simple blog test
https://github.com/boscan-alexandru/simple_blog

Last synced: 3 months ago
JSON representation

this is a simple blog test

Awesome Lists containing this project

README

        


My linkedin Profile

## About This Project

This is a test for a laravel position.

## Instructions

1. composer install
2. npm install
3. create a database named "blog-test"
4. Update the database connection settings in .env file and run the migration with "php artisan migrate"
5. php artisan serve & npm run dev