-
Step 1:
Run this command in the terminal in the project root folder:
bash script/create-database.shThis will run the script that creates the Docker container and sets up the SQL database and seed test data.
-
Step 2: You have to install all Node dependencies by running:
npm install -
Step 3: You have to run the project by running:
npm run dev
By following these steps, you can run the Salon Booking System.
Make sure to set your own .env variables if you want to use Stripe, Twilio, or Cloudinary and the docker is running at your machine