4th semester.
Final project on the subject of MVC-web-application-development.
Docker, PostgreSQL, Php-8, Symfony-6, RestAPI, JWT-authentication, Vue.js client
1.Start containers and run composition for all services defined in the docker-compose.yml
docker-compose up -d
2.Connect to the docker server.
docker-compose exec app bash
3.Start the server
symfony server:start
1.Project Setup
npm install
2.Compile and Hot-Reload for Development
npm run dev
- Docker how to install Docker
- Docker Compose how to install docker-compose
- Symfony symfony framework