-
Notifications
You must be signed in to change notification settings - Fork 0
UAdelaide/final-exam-wdc-2025-markusle56
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To test your computer setup.
1. Checkout this repository
2. Open a terminal window
3. Change into the "starthere" folder:
cd starthere
4. Run:
npm install
5. Start a SQL Server:
service mysql start
6. Run a server:
npm start
7. Browse to localhost:8080 and the result will be a json formatted query of the database:
[{"id":1,"title":"1984","author":"George Orwell"},{"id":2,"title":"To Kill a Mockingbird","author":"Harper Lee"},{"id":3,"title":"Brave New World","author":"Aldous Huxley"}]
8. If this worked, then congratulations you are ready to start the exam.
About
25s1-wdc-practicals-final-exam-wdc-2025-ExamTemplate created by GitHub Classroom
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 60.3%
- HTML 34.2%
- CSS 4.9%
- Pug 0.6%