Skip to content

linda-jansson-gbg/meetup

Repository files navigation

meetup

Individual school assignment

Skärmavbild 2021-09-21 kl  16 34 11

Create a meetup-app. Specifications on functionality:

  • See upcoming events
  • Join an event
  • Make a review on a past event

Goal: A published Vue app for meetups with unit tests and Docker container. Using localstorage is fine. Build the app using CD, TDD. Publish on Heroku.

GitHub Actions is used in this project.

Link to Heroku: JENSEN MEETUP

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.