https://github.com/fazers/mintos-test
https://github.com/fazers/mintos-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fazers/mintos-test
- Owner: FaZeRs
- License: mit
- Created: 2019-09-06T22:14:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:31:03.000Z (over 3 years ago)
- Last Synced: 2025-03-26T16:26:23.262Z (over 1 year ago)
- Language: PHP
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Installing
Clone this repository
```
git clone git@github.com:FaZeRs/mintos-test.git
```
#### With Docker
Build containers
```
docker-compose up -d --build
```
Access docker environment
```
docker-compose exec php sh
```
Run this command inside terminal to create .env file, install dependencies, generate key and run migrations.
```
composer start
```
To install javascript dependencies and compile assets run this command
```
npm run start
```
The application will be available on http://localhost:8000
## Running the tests
```
composer test
```
## Built With
* [Laravel](https://laravel.com/)
* [Vue](https://vuejs.org)
* [Inertia.js](https://inertiajs.com/)
* [Docker](https://www.docker.com/)
## Authors
* **Nauris Linde** - *Initial work* - [FaZeRs](https://github.com/FaZeRs)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details