https://github.com/drager/bean
Bean - The coffeeplace
https://github.com/drager/bean
Last synced: 3 months ago
JSON representation
Bean - The coffeeplace
- Host: GitHub
- URL: https://github.com/drager/bean
- Owner: drager
- Created: 2015-05-21T19:53:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T18:22:42.000Z (over 10 years ago)
- Last Synced: 2025-03-20T17:52:53.712Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bean
===========
# API
The API used can be found here: http://128.199.44.244:1337/
Username: `admin`
Password: `admin`
# Run the application
## Get the project
First of all clone this repository: `git clone https://github.com/jh222xk/bean.git`
## Install dependencies
You need to have npm installed and when you have just run `npm install`
then run `bower install` (If you get something like `Unable to find a suitable version for...`
always choose 1.4 (and is required by bean).
If you run into troubles with gulp or bower, try installing them globally as follows:
`npm install gulp -g`, `npm install -g bower`.
## Run it
Just run: `gulp serve` and a server will listen to `http://localhost:3000`
# What I have changed in the API
I have added image and description to the coffeehouses, added CORS, added more things to the elasticsearch indexes.
I had to add the id to the serializers so I easily could use it within the app later on.