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
- Host: GitHub
- URL: https://github.com/boscan-alexandru/simple_blog
- Owner: boscan-alexandru
- Created: 2020-08-27T22:24:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T09:11:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T07:48:30.733Z (5 months ago)
- Language: PHP
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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