The front folder contains a React app, using ChakraUI components and Tailwind CSS.
The back folder contains my first API, made with Express, Sequelize and MySQL.
You can create an account, log in (using JWT), view and administer customer data.
git clone https://github.com/Waziio/AdminClient.git
cd AdminClient/front
npm install
cd AdminClient/back
npm install
Check the /back/.env file