Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomansion/polytech-coef-simulator

Determine if you are going to pass an EU
https://github.com/tomansion/polytech-coef-simulator

Last synced: 9 days ago
JSON representation

Determine if you are going to pass an EU

Awesome Lists containing this project

README

        

# Polytech coef simulator
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Technologi: VUEJS](https://img.shields.io/badge/vue-2.6.14-green.svg)](https://opensource.org/licenses/MIT)

![Alt text](images/main.png "How the tool look like")
Made with VueJs

```
git clone [email protected]:Tomansion/Polytech-coef-simulator.git
```
```
cd Polytech-coef-simulator
```
## Setting your own coef

Just change the src/assets/coef.yaml file

## Run with Docker

```bash
# Build
docker build -t polytech_coef_simulator .
```

```bash
# Run
docker run -it -p myPort:8080 polytech_coef_simulator:latest
```
replace 'myPort' by your port

add ```-d ``` to run in background

## Dev setup
```
npm install
```
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```