npm install
npm run serve
npm run build
npm run lint
The challenge follows modern application-design standards of having a centralized back-end with separate clients. You will be required to build the following:
- A RESTful backend API
- A mobile application (Android or iOS)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
$ git clone ..
$ npm run install
$ npm run serve
- Tested on linux
- Install npm
- Install Vue3 CLI
- Vue standard coding style
This project is deployed to Github Pages
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details