You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The React ChatBotify Gallery is a new project introduced alongside [**v2 of React ChatBotify**](https://medium.com/@tjtanjin/react-chatbotify-v2-beta-release-whats-changed-what-s-new-and-what-s-next-6aec9e049a98). The purpose of the gallery website is to provide developers with a central place for browsing, rating and sharing both themes and plugins. The website comes with an interactive theme preview feature, which allows developers to try out and visualise how the various themes look like. As an added bonus, the website also comes with a theme builder, which allows developers to directly craft and share themes by uploading them on the website. To support the functionality of the website, a robust backend is required - thus, this API project was created.
17
21
18
-
Note that this repository contains the code for the backend portion of the gallery project. The frontend code for the gallery project is separately maintained [here](https://github.com/tjtanjin/react-chatbotify-gallery-website).
22
+
Note that this repository contains the code for the backend portion of the gallery project. The frontend code for the gallery project is separately maintained [here](https://github.com/react-chatbotify/gallery-website).
19
23
20
24
### Features
21
25
22
-
Apart from a handful of background jobs, the Gallery API largely supports requests from the frontend website to perform operations. Thus, the features of the API mirrors/complements those of the [**website**](https://github.com/tjtanjin/react-chatbotify-gallery-website?tab=readme-ov-file#features).
26
+
Apart from a handful of background jobs, the Gallery API largely supports requests from the frontend website to perform operations. Thus, the features of the API mirrors/complements those of the [**website**](https://github.com/react-chatbotify/gallery-website?tab=readme-ov-file#features).
23
27
24
-
For more information on what this project delivers, you may wish to check out the implementation section of the [**Developer Guide**](https://github.com/tjtanjin/react-chatbotify-gallery-api/blob/main/docs/DeveloperGuide.md).
28
+
For more information on what this project delivers, you may wish to check out the implementation section of the [**Developer Guide**](https://github.com/react-chatbotify/gallery-api/blob/main/docs/DeveloperGuide.md).
25
29
26
30
### Technologies
27
31
Technologies used by React ChatBotify Gallery API are as below:
If you are looking to contribute to the project, you may find the [**Developer Guide**](https://github.com/tjtanjin/react-chatbotify-gallery-api/blob/main/docs/DeveloperGuide.md) useful.
56
+
If you are looking to contribute to the project, you may find the [**Developer Guide**](https://github.com/react-chatbotify/gallery-api/blob/main/docs/DeveloperGuide.md) useful.
53
57
54
-
In general, the forking workflow is encouraged and you may open a pull request with clear descriptions on the changes and what they are intended to do (enhancement, bug fixes etc). Alternatively, you may simply raise bugs or suggestions by opening an [**issue**](https://github.com/tjtanjin/react-chatbotify-gallery-api/issues) or raising it up on [**discord**](https://discord.gg/6R4DK4G5Zh).
58
+
In general, the forking workflow is encouraged and you may open a pull request with clear descriptions on the changes and what they are intended to do (enhancement, bug fixes etc). Alternatively, you may simply raise bugs or suggestions by opening an [**issue**](https://github.com/react-chatbotify/gallery-api/issues) or raising it up on [**discord**](https://discord.gg/6R4DK4G5Zh).
55
59
56
60
Note: Templates have been created for pull requests and issues to guide you in the process.
57
61
58
62
### Support
59
-
If there are any questions pertaining to the application itself (usage or implementation wise), you may create an [**issue**](https://github.com/tjtanjin/react-chatbotify-gallery-api/issues), raise it up on [**discord**](https://discord.gg/6R4DK4G5Zh), or drop me an email at: **cjtanjin@gmail.com.**
63
+
If there are any questions pertaining to the application itself (usage or implementation wise), you may create an [**issue**](https://github.com/react-chatbotify/gallery-api/issues), raise it up on [**discord**](https://discord.gg/6R4DK4G5Zh), or drop me an email at: **cjtanjin@gmail.com.**
0 commit comments