https://github.com/slothspunky77/autoshow
Webtech project
https://github.com/slothspunky77/autoshow
Last synced: about 1 year ago
JSON representation
Webtech project
- Host: GitHub
- URL: https://github.com/slothspunky77/autoshow
- Owner: SlothSpunky77
- Created: 2023-12-15T05:43:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T09:26:44.000Z (over 2 years ago)
- Last Synced: 2025-02-01T01:42:07.210Z (over 1 year ago)
- Language: EJS
- Size: 8.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this project about?
For our web technologies project, I decided to implement a racing video game car selection section using node.js, express.js and React along with mongoDB as a backend (MERN STACK).
## The highlight of this project:
Instead of having a page for every make, I chose to have one page load the respective car images whenever a different make is chosen. As opposed to the browser loading 'mazda.ejs' when I click on its hyperlink, it brings forth all images under 'mazda' from the database and renders it.
### Footnote:
Make sure you've installed 'express' and 'mongoose' by running ```npm install express``` and ```npm install mongoose``` in the command line inside the directory the files are cloned to.