https://github.com/adriagual/discography
Discography Project.
https://github.com/adriagual/discography
laravel
Last synced: 3 months ago
JSON representation
Discography Project.
- Host: GitHub
- URL: https://github.com/adriagual/discography
- Owner: AdriaGual
- Created: 2018-10-15T20:53:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T21:06:06.000Z (over 6 years ago)
- Last Synced: 2025-01-13T07:30:31.953Z (5 months ago)
- Topics: laravel
- Language: PHP
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Installation Notes
For this project, there are 2 important dependencies needed, Composer and Laravel (here's a webpage tutorial: https://laravel.com/docs/4.2).
After that, you need to install XAMPP or an Apache distribution (with PHP >= 5.4).
Put all the repository files into (C:/xampp/htdocs/project).
## Importing the Database
If you're running into a localhost, just go to localhost/phpmyadmin.
From there, create a new Database named "discography".
Import the file "discography.sql".
## Running
Run Xampp and enable Apache and MySQL.
Go to localhost/project/public on your browser.