Skip to content

bjartur20/MusicRegistration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Registration

Music Registration is a web application for registering all things music. You can register artists, producers, albums, songs, and ads. The application also handles user roles; admin, editor, and writer.

This Drupal website is my implementation for the first project in the T-430-TOVH 3 week course at Reykjavik University.

Installation

  1. Start by downloading the image files.

  2. Place the downloaded files into the web/sites/default/files directory.

  3. Use the package manager composer to install the dependencies.

composer install
  1. Use ddev to run the docker containers required for Drupal.
ddev start
  1. Import the database using ddev.
ddev import-db --src=database/database.sql.gz
  1. Navigate to the website url in your preferred browser.

MusicSearch Module

See the README file in \web\modules\custom\music_search for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages