The Archive is a Pinterest-like web app where fashion enthusiasts can upload, discuss and review different pieces of clothing. The front end is made using HTML/CSS with the help of the EJS templating language. The back end is a simple REST API with NodeJS and Express- combined with MongoDB for data persistence. This project was created to help me learn and better understand the client/server architecture.
You can run this project locally by:
- Clone project
- Install dependencies using
yarn
ornpm install
- Install and set up a local MongoDB server by following the following guide
- Run
yarn start
ornpm start
- Navigate to localhost:3000