Skip to content

A django beverage crud website ๐Ÿท๐Ÿพ๐Ÿถ๐Ÿบ

Notifications You must be signed in to change notification settings

TheoGicquel/Djangolic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Djangolic

Gitmoji

wakatime

A Django + Tailwind CRUD app to search and organize beers.

Authors

Features

  • Search for beers using different criterias
  • Add / Delete / Modifiy beers
  • Responsive design

Screenshots

Index page screenshot

Tech Stack

Client: Jinja + Tailwind CSS + Fontawesome Icons

Server: Django

Testing/Build: Nx (Nrwl) + Cypress

Installation

Install all required dependencies and populate database

./install.sh

Running Project

To build and deploy this project run :

  npx nx djangolic:build
  npx nx djangolic:serve

Environment Variables

The following environment variables can be found in /packages/djangolic/djangolic/.env

  • NPM_BIN_PATH_WINDOWS
  • SECRET_KEY

Running Tests

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