Project Time_Manager_2020 - EPITECH
Look README.md inside ./client
Look README.md inside ./server
docker-compose exec {service name} sh
DockerFile in server and client docker-compose.yml
docker-compose up
user : admin password : ChangeMe123
Vue.JS + Vuetify (Framework FRONT-END) + Vuex https://vuejs.org/v2/guide/
https://vuetifyjs.com/en/getting-started/quick-start/
- COMPONENTS
Different components files for all view of the app .vue
- ROUTER
Define all route available for the client app Link route with components
- SERVICES
All services such as Amadeus / ApiAxios / OpenWeather ApiAxios : API made in back-end server
- STORE
all state for runtime app inside local storage 'vuex'
- App.vue
main vue called in main.js
- main.js
main file.js for config Vue
Phoenix
Ecto : DB
Documentation API
- CONFIG
- CONTROLLERS
- MODELS
- OBJECT
- POLICIES
- ROUTES
- Learn Elixir/Phoenix/Ecto
- Learn Vue