Developed with 💜 during Rocketseat's Next Level Week
upload.ai is a project developed during Rocketseat's Next Level Week (NWL). This project aims to create a platform that allows users to upload videos and obtain transcriptions or additional information generated by an Artificial Intelligence (AI).
This project includes the following submodules:
upload-ai-web
This submodule contains the frontend code for the upload.ai platform.
Check out the README.md to the front here 👌
upload-ai-server
This submodule contains the backend code for the upload.ai platform.
Check out the README.md to the server here 👌
Clone the Repository:
git clone https://github.com/Vogon38/upload-ai-nwl-rocketseat.git
Initialize Submodules:
cd upload-ai-nwl-rocketseat
git submodule init
Update Submodules:
git submodule update
Working with Submodules:
Updating Submodules in the Main Repository:
Make sure to follow the above steps to initialize and update submodules after cloning the main repository.
If you encounter any issues or need further assistance, please refer to the documentation of individual submodules or consult the maintainers of those repositories.
Remember that submodules allow us to manage external dependencies more efficiently, but they also add complexity to the workflow. Be sure to commit submodule references in your main repository to record the submodule versions.