Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 776 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 776 Bytes

Eventlistener

The Eventlistener gives an overview, on current and future drinks and food happy hours/ specials in a city. It bundles the information in this app. On the other hand, bar owners can create Events spontanously. Therefore they can easily create an event with the given forms.

This project was bootstrapped with Create React App.

Usage

To run Eventlistener, clone the repository and install the dependencies:

npm install

install JSON-Webserver

 `npm install -g json-server`

npm start

starts the app.

npm run storybook

shows some of the components in Storybook

json-server --watch db.json --port 3001

starts the fake Api on port 3001 to communicate with the data.