System to bet when SM ends. I heard there are great rewards for those who win.
docker compose watch
Open http://localhost:8000/ in your browser.
Or if you hate docker, you can continue reading this document.
Migrating the database
php artisan migrate
Starting the server instance
php artisan serve
- PHP 7.4.33
- Composer 2.5.8
- PostgresQL
- Copy .env.example -> .env
- Setup a postgres instance and database
- Configure the database variables in .env to point to the postgres instance.
- If you just want login and privileges to work we suggest using our in house software for bypassing this in development, please see: nyckeln-under-dorrmattan. Install and start this project by following the provided instructions.
- Migrate the project by running the migrate command (shown on top of this document)
- You are now ready to start the server, run the serve command (also shown on top of this document)