Skip to content

Commit 937d54b

Browse files
authored
Merge pull request #249 from OpenTechStrategies/hminsky2002-patch-1
Update README.md
2 parents a3adbe9 + 64e3008 commit 937d54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ it is used only to serve the front-end component as bundeled javascript.
1313

1414
The ```front-end``` folder contains a Vue Application, built with Vite and Typescript. The ultimate goal of this application is to provide an alternative UI to the current Arches platform, using a modern web framework like Vue. Currently, the Vue code is bundled by vite into the static directory of the Django Application, which is then served on the user's Arches server.
1515

16-
The application also supports fetching data from external api sources, as seen in the `src/components/ArtistNote.vue` component. This component is designed around a simple API endpoint that is foreign-keyed to the Arches database, linking the arches dataset to an external custom set. The repository for the external API is [here](https://github.com/hminsky2002/archesAppRemoteServer).
16+
The application also supports fetching data from external api sources, as seen in the `src/components/ArtistNote.vue` component. This component is designed around a simple API endpoint that is foreign-keyed to the Arches database, linking the arches dataset to an external custom set. The repository for the external API is [here](https://code.librehq.com/ots/arches/archesappremoteserver).
1717

1818
# Installation Instructions
1919
*Credits to users @apeters and @chiatt*

0 commit comments

Comments
 (0)