This project was created solely to put into practice the knowledge I have acquired in recent months.
To run this project, you will need to add the following environment variables to your .env file
VITE_BASE_URL
Install DesignCreate with bash script and docker
sudo bash ./docker-start.shLink http://163.123.181.49:3000/register
To run tests, run the following command
cd e2e
npx cypress run
To run tests, run the following command
cd backend
yarn run test
