A Django + Tailwind CRUD app to search and organize beers.
- @TheoGicquel : Frontend, Backend, Tests - View commits
- @Hazarel ( AKA Maxime Joubert ) : Tests - View commits
- @Volpe08 ( AKA Fabien Rivet ) : Model - View commits
- Search for beers using different criterias
- Add / Delete / Modifiy beers
- Responsive design
Client: Jinja + Tailwind CSS + Fontawesome Icons
Server: Django
Testing/Build: Nx (Nrwl) + Cypress
Install all required dependencies and populate database
./install.sh
To build and deploy this project run :
npx nx djangolic:build
npx nx djangolic:serve
The following environment variables can be found in /packages/djangolic/djangolic/.env
NPM_BIN_PATH_WINDOWS
SECRET_KEY
To run tests in a terminal, run the following command
npx nx djangolic-e2e:e2e
If you wish to run tests in the interactive GUI provided by cypress, launch the following script :
./cypress.sh