Skip to content

jhonv4sq/bopart

Repository files navigation

Bopart 🐽

"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

Image Gallery

· Figma

Click here to go to the Figma Layout Page

No Auth User

NoUser

Auth User

User

Admin

Admin

· PrintScreen

Login

login

Profile

perfil

Create Event

crearevento

Events

eventos

Documentation

To run Locally:

Clone the repository: ​
Logo

  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 --force

Logo

Copy all the .env.example file, then create a new .env file and paste everything on it
Logo ​ Open XAMPP on your computer and start Apache and MySQL, then click on MySQL Admin to open your DataBase
Logo
​ Click to create a New Archive and give the name you want to the Database
Logo
​ Put the same name of the database that you have created on the .env file, in DB_DATABASE ​
Logo
(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

Logo
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

Tests

test

Flux Diagrams

  • Admin


  • User from no Auth to Auth

Authors

Special Thanks

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 💜

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors