J0shisIsland/COMP1111Summative2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Musical Database is a website listing musicals to help student theatre companies choose their next show. It was created as coursework for COMP1111 Programming Gold, Durham University, 2022-23. Functionality: The website allows users to view, search, and add new musicals as well as view, search and add new comments. Setup: 1. Unzip the directory 2. In the terminal, navigate to the directory 3. Install dependencies with npm install 4. Start server with npm start 5. In browser, open the URL http://127.0.0.1:8090