This is a web application for N Studio Zumba, which is a women's only zumba fitness center
The technology stack used for the development of the system are given below.
- Laravel
- XAMPP
- HTML, CSS, JS, jQuery
- Clone to your server root
git clone https://github.com/ashera96/N_Studio_Zumba.git
- Run
composer install
to install all dependencies - Create .env in application root
touch .env
- Add your database details & optional sentry DNS
DB_HOST= [HOST]
DB_DATABASE=[DBHOST]
DB_USERNAME=[USERNAME]
DB_PASSWORD= [PASSWORD]
SENTRY_DSN= [SENTRYDNS]
- Run
php artisan key:generate
to generate key - Run
php artisan migrate --seed
to install the database & required data - All done!