Content Haus is a comprehensive platform designed to empower content creators with tools to enhance their video creation and engagement strategies. Our platform simplifies user authentication, allowing seamless access for creators.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Make
- You have installed the latest version of Docker
- You have installed the latest version of Chromium
- You have installed the latest version of Imagemagick
- Change your directory to the
backenddirectory.
cd backend- Run
make upto deploy the backend services.
make up- To tear down your backend services, run
make down.
make down- Change your directory to the
frontenddirectory.
cd frontend- TBC (to include when frontend develops further)