Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valterandrei/parking_manager_front
Parking manager
https://github.com/valterandrei/parking_manager_front
composition-api docker docker-compose github-actions heroku vue3
Last synced: about 2 months ago
JSON representation
Parking manager
- Host: GitHub
- URL: https://github.com/valterandrei/parking_manager_front
- Owner: ValterAndrei
- Created: 2022-03-19T18:17:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:44:08.000Z (11 months ago)
- Last Synced: 2024-02-23T15:39:45.078Z (11 months ago)
- Topics: composition-api, docker, docker-compose, github-actions, heroku, vue3
- Language: Vue
- Homepage: https://parking-manager-front.herokuapp.com/
- Size: 536 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parking Manager Front
[![Run Lint Files](https://github.com/ValterAndrei/parking_manager_front/actions/workflows/.main.yml/badge.svg?branch=main)](https://github.com/ValterAndrei/parking_manager_front/actions/workflows/.main.yml)
## Project setup
```
docker-compose build
```### Compiles and hot-reloads for development
```
docker-compose up app
```### sh
```
docker-compose run --rm app sh
```### Install dependencies
```
yarn
```### Linter
```
yarn lint --fix
```### Back-end
See [Parking Manager](https://github.com/ValterAndrei/parking_manager/).### Production
[On heroku](https://parking-manager-front.herokuapp.com/)### Deploy
```
git remote add heroku https://git.heroku.com/parking-manager-front.gitgit push heroku main
```