Welcome to innovative and modern THz storage. Here you will find nothing except some code and magic! The main purpose of this project – be a great place for scientists to share their experiment data with others. For What? Well, here are the reasons:
- A lot of researches can make life easier as far as you don't need to perform the same experiment twice;
- The faster investigation is equal to money-saving;
- It's an excellent opportunity to compare your measurements with computations made by other people;
- You don't need confused Excel, complicated databases and other proprietary software.
If you want to become part of the future, just read further.
Make sure that you have installed Docker and docker-compose
, then follow these steps:
- Change directory to
thz-ms
and rename .env.dev to .env; - Go to project root, rename docker-compose.dev.yml to docker-compose.yml;
- Run command
docker-compose up --build
to run project containers; - After a successful building, execute
docker exec -it thz-db_php_1 sh
and you will get PHP container shell; - Execute
composer install
and after thatphp artisan migrate --seed
to make the backend alive; - Outside of container in thz-ms folder
run yarn install && yarn run development
to build the frontend; - Feel free to add beautiful code!