Fiesta De Los Muertos, on the web !
Clone repository and work and dev
branch.
git clone git@github.com:alelouis/web-fiesta.git
Setup:
cd fiesta-front
npm install -g @angular/cli
npm install
Run the front end:
cd fiesta-front
ng build
ng serve
Setup:
cd fiesta-back
conda env create -f environment.yml -n fiesta
conda activate fiesta
Run the back end:
cd fiesta-back
gunicorn -b 0.0.0.0:5000 -k eventlet api:app