"Bopart es un proyecto establecido en Barcelona que nace con la intención de crear una comunidad artística en el barrio de Sant Andreu.
Para ello se ha habilitado una sala comunal en la que podrán hacer eventos para que, tanto los artistas puedan conocerse y hacer comunidad a nivel interno, como que también puedan hacer bolos y darse a conocer al resto del barrio.
Para poder acercar la comunidad de vecinos, la web permitirá tener el conocimiento de las actividades organizadas en el local y se podrá inscribir a los eventos para controlar el aforo limitado del local.
La página web de Bopart es el trabajo final del curso Full-stack de 850h de Factoría F5."
bopart.mp4
Click here to go to the Figma Layout Page
git clone https://github.com/jhonv4sq/bopart.git Enter in the project directory:
cd bopart Install dependencies with:
npm install Start the server using:
php artisan serve Once you have done it, run this code on your terminal to install Laravel dependences:
composer require laravel/installer @php artisan vendor:publish --tag=laravel-assets --ansi --forceCopy all the .env.example file, then create a new .env file and paste everything on it


Click to create a New Archive and give the name you want to the Database

Put the same name of the database that you have created on the .env file, in DB_DATABASE

(if DB_CONNECTION is = laravel, change it for =mysql)
Then execute those two commands on the terminal:
php artisan migrate:fresh --seed php artisan serve
Hold the CTRL button and click in the IP that the command gave to you and it will open in yours default browser!
You can run tests by terminal using
npm test- Admin
- User from no Auth to Auth
To all our colleagues, who become true friends.
Jessica Mejia; Daniel Calvo; Ales Navarro; Àlex Vidal; Liviu Badea; Adrian Pelayo; Uri Codina; Sergi Aparicio; Guillermo Labrador; Damaris Teoc; Ales.
To our profesores formadores Laura and José Miguel.
All the members of Factoría F5 for the opportunity and encouragement for our continuous learning.
Tnxs for all 💜












