This project is an Advent Calendar application that provides daily surprises leading up to Christmas. Each day, users can open a new "door" to reveal a special treat, activity, or message.
- Daily surprises from December 1st to December 25th
- Customizable content for each day
- User-friendly interface
- Mobile and desktop compatibility
-
Clone the repository:
git clone https://github.com/Isabelle-RJ/adventCalendar.git
-
Navigate to the project directory:
cd adventCalendar -
Install Docker Desktop
-
Create
./.envfile,./api/.envand./frontend/.env. Copy the content of.env.example,./api/.env.exampleand./frontend/.env.exampleinto the new files. -
Install:
make up make api make client make perm
- Open your browser and navigate to
http://localhost:9001andhttp://localhost:4173.