Jitera empowers users to import existing repositories to continue developing their projects. It supports imports from GitHub or self-managed GitLab. This article uses the example of importing from GitHub to introduce how to import a repository into Jitera.
Grant admin access to the repository in GitHub account (including the GitHub organization)
Select "Import from GitHub" and enter the project name after click the Add Project button on the home page.
Login with GitHub account and install Jitera app in GitHub account.
Authorize the to be imported repository.
Select the repository to be imported in your GitHub account repository list, select the repository type and to be imported branch.
<aside> š”
Jitera allows you to import either one frontend and one backend repository separately, or a single repository containing both frontend and backend (monorepo) per project.
</aside>
Click the āImport Repositoriesā button to start importing.
Start with Chat to continue develop application after importing repository
<aside> š”
This feature is available for the personal plan and enterprise plan users.
</aside>
Jitera is able to analyze the codes from imported repository to generate database (ER digram).
Access to the Database page.
Click the āGenerate Databaseā button.
Jitera starts analyzing code and generate the ER digram to reflect the imported repository code.
<aside> š”
This feature is available for enterprise plan users.
</aside>
Jitera is able to analyze the codes from imported repository to generate business logic and API documents.