20 lines
534 B
Markdown
20 lines
534 B
Markdown
# 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][1] for more technical information and a full walkthrough with screenshots.
|
|
|
|
## Setup
|
|
With docker installed, `cd` into the directory and run:
|
|
|
|
```
|
|
docker compose up
|
|
```
|
|
|
|
[1]: ./Final-Report.pdf
|