We are redesigning the platform in Figma. You can follow the proccess here.
A platform to receive, list and manage curriculums.
- Laravel 5.7
- PHP 7.1
- Vue.js
- Vuetify
- MongoDB
You need to have docker and docker-compose in your machine.
Create your .env file
In the project folder run the following commands
- $ docker-compose up -d
- $ ./on-server.sh npm install
- $ ./on-server.sh composer install
- $ ./on-server.sh npm run dev