Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.96 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.96 KB

Negadras

This repository contains code for a flutter client of a business reviewing and finding application, much like Yelp. The backend written in javascript the implements a RESTful API can be found here.

It allows users to search, review, and discover new businesses, and lets them make well informed decisions on the places they plan to spend their time and money. business owners will also be able to extract value from this program.

Sign up page | Log In | Business List| Categories List| Favourites List

How to run

A web version has been ported and deployed. Please note that this does not mirror the performance or user experience one would get with an Android or iOS device. Some artifacts may also appear as the codebase was developed with mobile devices in mind. With all that said, the web version of the client can be found here. You can use login credentials "username" as username as "password" as password if you want to demo the app without creating an account.

To run the client locally, do the following:

  1. git clone https://github.com/Aymen-Mohammednur/Negadras-Frontend

  2. fluter pub get

  3. flutter run

Note that this will automatically connect to the backend hosted on herokuapp. If you want to host a local instance of the backend, follow the instructions here, and copy the IP of the hosted API to REST_API_URL variable at the 4th line of negadras/lib/auth/constants/string.dart.