A CV Maker/Portfolio website that allows users to create, save, and view CVs. Users can also add projects and view them in a list format. The website features user authentication and utilizes a database to store user and project data.
Clone the repository:
git clone https://github.com/mister025e/TP_PHP_CV.git
Navigate to the project directory:
cd cv-maker
Set up the database:
Install and set up Tailwind:
npm install -D tailwindcss
npx tailwindcss init
node tailwind.config.js (if not created automatically)
For more informations about how set up Tailwind, click on this link https://tailwindcss.com/docs/installation
Install node modules (if not installed automatically):
npm init -y
npm install
Create a directory called uploads in your app directory
Start the web server:
docker-compose up
Access the website at http://127.0.0.1:
To manipulate database access to Adminer with http://127.0.0.1:8080 and authenticate :