/Pop-Art-App

Full-stack educational app about Pop Art

Primary LanguageVue

Pop Art 101

A full-stack educational app about Pop Art

Made using JavaScript, Vue, Express JS, MongoDB, HTML/CSS, Bootstrap

The Pop Art 101 App uses custom-made APIs to display educational content about several key artists associated with the Pop Art Movement. The app includes a movement timeline, an interactive pop quiz, and a favourites page. The user can interact with the images displayed on the pages and add/remove them to favourites.

This app was developed as part of the group project in CodeClan.

Setup

Client Side

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Server Side

npm install

Populates Mongo database - ensure that your Mongo DB is running

npm run seeds

Starts the server

npm run server:dev