WIML consists in a system of restaurants, working with spacial databases and based on RESTful Web Services.
If you would like to download the code and try it for yourself:
- Clone the repo:
git clone https://github.com/kevinah95/where-is-my-lunch.git
- Change directory path to the cloned folder.
- Install npm packages:
npm install
- Intall bower packages, inside
/public
folder execute:bower install
- Edit the database configuration:
config/database.js
- Launch:
node server.js
- Visit in your browser at:
http://localhost:8081