Skip to content

Events app that displays, adds and edit events using My JSON Server as a mock database.

Notifications You must be signed in to change notification settings

lewpiotr1701/vue3-events-app

Repository files navigation

Events App

Simple Event app that allows user to fetch, add, edit events.

Project Specification

  • Fetch, create, edit and delete event using Axios
  • Pagination
  • Vuex
  • Vue Router

Project setup

npm install

Run local JSON Server in order to use all REST API methods

Change URL in EventService.js to baseURL: 'http://localhost:3000'

npm install -g json-server
npm run json-server

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

In order to access db.json mock server, go to the url:

https://my-json-server.typicode.com/lewpiotr1701/vue3-CLI-events-app

About

Events app that displays, adds and edit events using My JSON Server as a mock database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published