Tech Parts is the CAD parts management platform for Équipe Team 3990: Tech for Kids (Collège Regina Assumpta, Montréal, QC). It is live at parts.team3990.com.
- You must install & deploy Tech Portal first.
- (Optional) On a server, install Composer:
curl -sS https://getcomposer.org/installer | phpsudo mv composer.phar /usr/local/bin/composer - Extract Tech Parts files into a folder on the server, for example
/www/techparts/and set a subdomain to it. - Edit
app/config/database.phpwith the correct information to the corresponding database server. - Execute Laravel migrations:
php artisan migrate
Tech Parts is open-sourced software licensed under the MIT license