- Back-end API: PHP/Laravel
- Database: MongoDB
- Front-end: React
- Webserver: Nginx
- Testing: PHPUnit & Jest
- Docker containers
Clone the repository and run the following to install all dependencies and write hosts rules:
sudo ./setup.sh
And then, to bring everything up:
docker-compose up -d
Back-end testing is done with:
php artisan test
Or:
vendor/bin/phpunit