Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 594 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 594 Bytes

CURRICULUM

We are redesigning the platform in Figma. You can follow the proccess here.

About

A platform to receive, list and manage curriculums.

Stack

  • Laravel 5.7
  • PHP 7.1
  • Vue.js
  • Vuetify
  • MongoDB

Install

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