Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwalle61/pp_assignment
Node app with html webpages allowing user to search for music events in the UK
https://github.com/rwalle61/pp_assignment
Last synced: 21 days ago
JSON representation
Node app with html webpages allowing user to search for music events in the UK
- Host: GitHub
- URL: https://github.com/rwalle61/pp_assignment
- Owner: rwalle61
- Created: 2018-10-03T08:33:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T08:43:01.000Z (over 6 years ago)
- Last Synced: 2024-10-06T02:23:09.902Z (3 months ago)
- Language: CSS
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pp_assignment
Node app with html webpages allowing user to search for music events in the UK.Access on IBM Cloud at https://rwalle61.eu-gb.mybluemix.net/events2017/index.html
(If the app is asleep, wake it at https://console.bluemix.net/dashboard/apps)The main file is server.js. To run locally, git clone then run "npm install", then "npm start" to run on localhost port 8090. When running, access the html page at http://localhost:8090/events2017/index.html
The html, css, and javaScript combine together to show and animate the webpages.
Authentication is done server-side, within the 'routes.js' file.