Skip to content

Turkish restaurant rating app. Feel free to use the code. The backend is down so it doesn't work anymore

Notifications You must be signed in to change notification settings

kopop8/undonered

Repository files navigation

Undonered App (undonered)

Undonered with Quasar

Quick disclaimer

When running in dev you should also run the backend. When running in production its possible that the server is not running.

How to install the Quasar CLI

npm install -g @quasar/cli

How to install Cordova

npm install -g cordova

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Run or build the app on mobile

$ quasar dev -m cordova -T [ios|android]

# ..or the longer form:
$ quasar dev --mode cordova -T [ios|android]

# using a specific emulator (--emulator, -e)
$ quasar dev -m cordova -T ios -e iPhone-7
# or
$ quasar dev -m cordova -T ios -e iPhone-X,com.apple.CoreSimulator.SimRuntime.iOS-12-2

# passing extra parameters and/or options to
# underlying "cordova" executable:
$ quasar dev -m ios -- some params --and options --here

Lint the files

yarn run lint

Build the app for production

quasar build

Test with Cypress

For this to work the application needs to be running locally in development (quasar) and the server locally in the test environment (See README.md in the server) (Command is something like: 'docker-compoe -f docker-compose.testfrontend.yml up')

yarn run test:e2e

Or

yarn run test:e2e:CI

You can also install cypress and see the test running visually

  • Install cypress
npm i -g cypress
  • Open cypress PASOP de frontend moet nu ook aanstaan 'quasar dev'
cypress open

Technical document

See technical_document.md

Functional Design

See funcitnal_design.md

About

Turkish restaurant rating app. Feel free to use the code. The backend is down so it doesn't work anymore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages