An e-commerce website built with Express.js and MySQL
Go to file
Nat a33be42536
Fix typo in README
2024-03-10 13:05:57 -07:00
ddl init 2024-03-10 13:04:53 -07:00
public init 2024-03-10 13:04:53 -07:00
routes init 2024-03-10 13:04:53 -07:00
views init 2024-03-10 13:04:53 -07:00
Dockerfile init 2024-03-10 13:04:53 -07:00
Final-Report.odt init 2024-03-10 13:04:53 -07:00
Final-Report.pdf init 2024-03-10 13:04:53 -07:00
README.md Fix typo in README 2024-03-10 13:05:57 -07:00
auth.js init 2024-03-10 13:04:53 -07:00
developProjectFeatureMarking.odt init 2024-03-10 13:04:53 -07:00
docker-compose.yml init 2024-03-10 13:04:53 -07:00
package-lock.json init 2024-03-10 13:04:53 -07:00
package.json init 2024-03-10 13:04:53 -07:00
server.js init 2024-03-10 13:04:53 -07:00
sources.txt init 2024-03-10 13:04:53 -07:00
util.js init 2024-03-10 13:04:53 -07:00

README.md

Nat & Samira's Rare Earth Metals

An ecommerce website that may or may not sell rare earth metals

This project was completed late 2023 for COSC304 as a study in web development and database development. It uses:

  • Express.js on the backend
  • Vanilla JS and web technologies on the front end
  • Docker for deployment

See our final report for more technical information and a full walkthrough with screenshots.

Setup

With docker installed, cd into the directory and run:

docker compose up