https://github.com/nikiforovall/restaurantrate
DataArt team project (it-school 2016). This app allows user to find reviews on restaurants in his city (Odessa in particular). The custom data is stored in remote database and can be modified by admins through admin panel.
https://github.com/nikiforovall/restaurantrate
asp-net entity-framework jquery
Last synced: 20 days ago
JSON representation
DataArt team project (it-school 2016). This app allows user to find reviews on restaurants in his city (Odessa in particular). The custom data is stored in remote database and can be modified by admins through admin panel.
- Host: GitHub
- URL: https://github.com/nikiforovall/restaurantrate
- Owner: NikiforovAll
- Created: 2016-01-03T15:38:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T17:28:42.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T11:53:54.162Z (2 months ago)
- Topics: asp-net, entity-framework, jquery
- Language: JavaScript
- Homepage: http://rest-rate.azurewebsites.net/
- Size: 29.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DataArt team project. (ASP.NET 4.6)
The application allows user to find the best and most worthy restaurants in his city. The application consists of two parts. Together they provide all necessary functionality in terms of both user and administrator. The first is the admin panel, so all reviews are stored in a remote database and can be managed by admin through dashboard. Dashboard allows admins to add, delete, and modify all kinds of data. For example, when you add new review on particular restaurant you can specify name of restaurant, address, ratings on three different position and attach some photos. All this is done based on ASP.NET & Entity FrameWork at the back-end and Bootstrap & jQuery at the front-end. Let's move onto the second part. Homepage includes main panel, map and user's marker. Map takes entire screen and displays user and nearby restaurants. It is worth noting that Google Maps provide clean and flexible API thus all features are associated with it. In addition, User can search restaurants and interact with them on the map. Panel slides down after clicking on the restaurant. It contains review, common information, gallery and comment section (VK widget). That's it!
As result, our team have passed all base stages of software development life cycle and have acquired valuable experience in web development and teamwork.Check out links below if you want to see test plan and specification:
https://goo.gl/Y8d19u - Test plan
https://goo.gl/vQUqOa - Software Requirements Specification