An event blog powered by VueJS, GraphQL, and Strapi

E-vents

An event blog powered by VueJS, GraphQL, and Strapi.

Demo

This is how this app looks:

All events are categorized :

Music :

Coding :

Look at an event’s detail :

Music :

Coding :

You can search for a specific event :

Music :

Coding :

How to Run

  1. Clone this repository :
git clone https://github.com/kevinadhiguna/e-vents.git

Note : After this step, you will install dependencies which can be done using either yarn or npm.

  1. Open your terminal / command prompt and change directory to e-vents-server to install dependencies :
cd e-vents-server && yarn

or

cd e-vents-server && npm install

  1. Open another tab on terminal or another window of command prompt, then change directory to e-vents-client to install dependencies :
cd e-vents-client && yarn

or

cd e-vents-client && npm install

  1. Open localhost:8080 on a browser to this app running!

Download Details:

Author: kevinadhiguna

Source Code: https://github.com/kevinadhiguna/e-vents

#vue #vuejs #javascript

An event blog powered by VueJS, GraphQL, and Strapi
4.40 GEEK