Child Creativity Lab aims to foster the next generation of critical thinkers, innovators, and leaders through hands-on creativity enhancing exploration. They incorporate creativity into STEM education, making it easier for children to understand and enjoy.
🌐 Website | Twitter | Facebook | Instagram | YouTube
Child Creativity Lab wanted to sell physical learning kits where only the kit owners had access to their custom-made educational videos. Before this project, there was no readily available platform for easily facilitating this access to buyers of these learning kits.
🆙 We developed a video platform where administrators can upload videos and generate unique codes for each learning kit that is sent to a customer.
Tech Stack:
🔼 Frontend: React
🔽 Backend: NodeJS + MySQL
-
Clone the project.
The
--recursiveflag will download both the frontend and backend submodule repos.git clone --recursive git@github.com:ctc-uci/ccl-videos.git -
Install the dependencies.
A postinstall script will also run to install dependencies in the submodules.
npm install -
Add the
.envfile toccl-videos-backend.
npm startwill run the frontend and backend concurrently- To start the frontend or backend separately,
cdinto its respective directory and usenpm startthere.




