Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giuseppetm/happy-food
Simple web application for searching Tuscan restaurants with Google Maps interaction (Unimi PWM Project).
https://github.com/giuseppetm/happy-food
ajax css3 express html5 javascript json nodejs
Last synced: 3 months ago
JSON representation
Simple web application for searching Tuscan restaurants with Google Maps interaction (Unimi PWM Project).
- Host: GitHub
- URL: https://github.com/giuseppetm/happy-food
- Owner: Giuseppetm
- Created: 2020-06-23T10:34:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T15:13:10.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T21:31:35.741Z (7 months ago)
- Topics: ajax, css3, express, html5, javascript, json, nodejs
- Language: JavaScript
- Homepage: https://happyfoodwebsite.herokuapp.com/
- Size: 21.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is "Happy Food"?
Happy Food is a web application for searching Tuscan restaurants,
which allows users who use it to find informations about restaurants in a particular city,
and their location indicated on the map. The only operation the user will have to do is to select the type
of the category, and the city of research. Once the appropriate button is pressed,
you will be able to see the list of restaurants, some information about them such as the name,
telephone number and address, and their location.### Additional info
This web application is based on the use of ajax for the asynchronous reception of data, bootstrap for front-end development, and nodejs (express) for back-end development;
the researches are analyzed and then inserted into a database (MongoDB). The dataset I used is stored in a Json file.### Some notes
The project isn't running MongoDB at the moment, but the code I used is still in the project.### How to run the project locally
```node server.js``` \
The server will be running in localhost:5000