https://github.com/jama5262/application-form-assessment
https://github.com/jama5262/application-form-assessment
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jama5262/application-form-assessment
- Owner: jama5262
- Created: 2020-02-17T12:02:11.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-02T17:11:27.000Z (over 2 years ago)
- Last Synced: 2025-01-25T11:25:59.274Z (9 months ago)
- Language: Vue
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app
A simple vuejs loan application form[](https://travis-ci.org/jama5262/application-form-assessment)
## Demos
Demo |
------------ ||
## Installation
### Cloning
Clone this repo to your local machine using `https://github.com/jama5262/application-form-assessment.git`**The project can be setup in two ways, using docker or runnig locally using npm**
### Running Docker
To setup using docker, run the following docker-compose command
```
docker-compose up
```
The project can be found at http://localhost:8080/### OR Installing all packages
After cloning `cd` into the project and run the following to install all packages
```
npm install
```
Great the project has been setup 👍## Usage
To start using it locally, run the following
```
npm run serve
```## Testing
You can run tests by usung the following command
```
npm run test:unit
```## Support
Reach out to me at one of the following places!
- Email at jama3137@gmail.com
- Twitter [timedjama5262](https://twitter.com/timedjama5262)## License
```
MIT LicenseCopyright (c) 2020 Jama Mohamed
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```