Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 2.04 KB

README.md

File metadata and controls

82 lines (61 loc) · 2.04 KB

Position your candidates on temporary assignments easily

Table of Contents

About The Project

Actual is a web application based on a REST API built with Laravel on back-end and React in this last version for the front-end with Laravel Vite.

Built With

Getting Started

Prerequisites

Make sure you have the following tools installed on your machine:

Installation

git clone [email protected]:ValentinGaudin/actual.git
cp .env.example .env

Additional Configuration

Now you can build and start the project :

docker compose up --build -d

This will automatically start the project, if you want to run some specific command :

PHP

docker compose exec platform bash

NODE

docker compose exec platform_vite bash

Routing

Contact